diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2014-01-19 15:48:47 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2014-01-19 15:48:47 +0000 |
| commit | 367d97e047f3b1e1fe544efb7f15061d1e83fbf0 (patch) | |
| tree | 6da1e1cc7068a5178c43bf90bcaac10d3b4681ad | |
| parent | LPE strings consistency fix. (diff) | |
| download | inkscape-367d97e047f3b1e1fe544efb7f15061d1e83fbf0.tar.gz inkscape-367d97e047f3b1e1fe544efb7f15061d1e83fbf0.zip | |
i18n. No need to translate strings with one single space.
(bzr r12958)
| -rw-r--r-- | po/inkscape.pot | 6 | ||||
| -rw-r--r-- | src/ui/dialog/template-widget.cpp | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/po/inkscape.pot b/po/inkscape.pot index 2ed60009b..e80e0622b 100644 --- a/po/inkscape.pot +++ b/po/inkscape.pot @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: inkscape-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2014-01-19 16:23+0100\n" +"POT-Creation-Date: 2014-01-19 16:41+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -20981,10 +20981,6 @@ msgstr "" msgid "More info" msgstr "" -#: ../src/ui/dialog/template-widget.cpp:37 -msgid " " -msgstr "" - #: ../src/ui/dialog/template-widget.cpp:38 msgid "no template selected" msgstr "" diff --git a/src/ui/dialog/template-widget.cpp b/src/ui/dialog/template-widget.cpp index d1697244e..d8e6f9b4f 100644 --- a/src/ui/dialog/template-widget.cpp +++ b/src/ui/dialog/template-widget.cpp @@ -34,7 +34,7 @@ namespace UI { TemplateWidget::TemplateWidget() : _more_info_button(_("More info")) - , _short_description_label(_(" ")) + , _short_description_label(" ") , _template_name_label(_("no template selected")) , _effect_prefs(NULL) { |
