summaryrefslogtreecommitdiffstats
path: root/src/interface.cpp
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2010-07-30 06:39:08 +0000
committerJazzyNico <nicoduf@yahoo.fr>2010-07-30 06:39:08 +0000
commitc7abf5840c23b3abfde9a9c3207cad4eee6b0dfc (patch)
tree96aeb50b6052e0ed2d9858a31a60b0d8fc99151e /src/interface.cpp
parentpowerstroke: add visually 'nice' interpolator, good enough for now (diff)
downloadinkscape-c7abf5840c23b3abfde9a9c3207cad4eee6b0dfc.tar.gz
inkscape-c7abf5840c23b3abfde9a9c3207cad4eee6b0dfc.zip
i18n. Fix for Bug #611025 (Setup for widescreen work does not show translated).
(bzr r9670)
Diffstat (limited to 'src/interface.cpp')
-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
};