summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2010-07-30 06:40:45 +0000
committerJazzyNico <nicoduf@yahoo.fr>2010-07-30 06:40:45 +0000
commit8ee658c7c2084a03b8ec16719856bd0bc6380119 (patch)
tree77753359f8a49209ca9bfb21f291b2c26e5496c4
parentTranslations. Markup fix in Romanian translation. (diff)
downloadinkscape-8ee658c7c2084a03b8ec16719856bd0bc6380119.tar.gz
inkscape-8ee658c7c2084a03b8ec16719856bd0bc6380119.zip
i18n. Fix for Bug #611025 (Setup for widescreen work does not show translated).
Fixed bugs: - https://launchpad.net/bugs/611025 (bzr r9606.1.32)
-rw-r--r--src/interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.cpp b/src/interface.cpp
index b33443d1b..6dc29288f 100644
--- a/src/interface.cpp
+++ b/src/interface.cpp
@@ -904,7 +904,7 @@ void addTaskMenuItems(GtkMenu *menu, Inkscape::UI::View::View *view)
gchar const* data[] = {
_("Default"), _("Default interface setup"),
_("Custom"), _("Set the custom task"),
- _("Wide"), _("Setup for widescreen work."),
+ _("Wide"), _("Setup for widescreen work"),
0, 0
};