summaryrefslogtreecommitdiffstats
path: root/src/inkscape-application.cpp
diff options
context:
space:
mode:
authorJordi Mas <jmas@softcatala.org>2019-01-24 15:31:26 +0000
committerJordi Mas <jmas@softcatala.org>2019-01-24 15:31:26 +0000
commitcfc1d0d588e843659058ccabb0726fe4f7e08add (patch)
tree498eff75aaa6aeaae28a3db04730574b767c2efd /src/inkscape-application.cpp
parentMerge branch 'vanntile/inkscape-master' (diff)
downloadinkscape-cfc1d0d588e843659058ccabb0726fe4f7e08add.tar.gz
inkscape-cfc1d0d588e843659058ccabb0726fe4f7e08add.zip
Missing space in text. 'Heightof->Height of'
Diffstat (limited to 'src/inkscape-application.cpp')
-rw-r--r--src/inkscape-application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkscape-application.cpp b/src/inkscape-application.cpp
index ec7ab7826..cc8d2ca0f 100644
--- a/src/inkscape-application.cpp
+++ b/src/inkscape-application.cpp
@@ -100,7 +100,7 @@ ConcreteInkscapeApplication<T>::ConcreteInkscapeApplication()
this->add_main_option_entry(T::OPTION_TYPE_BOOL, "query-x", 'X', N_("Query: X coordinate of drawing or object (if specified by --query-id)."), "");
this->add_main_option_entry(T::OPTION_TYPE_BOOL, "query-y", 'Y', N_("Query: Y coordinate of drawing or object (if specified by --query-id)."), "");
this->add_main_option_entry(T::OPTION_TYPE_BOOL, "query-width", 'W', N_("Query: Width of drawing or object (if specified by --query-id)."), "");
- this->add_main_option_entry(T::OPTION_TYPE_BOOL, "query-height", 'H', N_("Query: Heightof drawing or object (if specified by --query-id)."), "");
+ this->add_main_option_entry(T::OPTION_TYPE_BOOL, "query-height", 'H', N_("Query: Height of drawing or object (if specified by --query-id)."), "");
// Processing
this->add_main_option_entry(T::OPTION_TYPE_BOOL, "vacuum-defs", '\0', N_("Process: Remove unused definitions from the <defs> section(s) of document."), "");