From: JazzyNico Date: Fri, 30 Jul 2010 06:39:08 +0000 (+0200) Subject: i18n. Fix for Bug #611025 (Setup for widescreen work does not show translated). X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ccfe3512d9b67cc5041562a64cf959548d8b9b20;p=inkscape.git i18n. Fix for Bug #611025 (Setup for widescreen work does not show translated). --- 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 };