From 8ee658c7c2084a03b8ec16719856bd0bc6380119 Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Fri, 30 Jul 2010 08:40:45 +0200 Subject: i18n. Fix for Bug #611025 (Setup for widescreen work does not show translated). Fixed bugs: - https://launchpad.net/bugs/611025 (bzr r9606.1.32) --- src/interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 }; -- cgit v1.2.3