From caa23c1ffef7315ff8249256267cc2ea885f5717 Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Wed, 11 Apr 2012 21:30:07 +0200 Subject: i18n. Adding some context tags (disambiguation). (bzr r11224) --- src/interface.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/interface.cpp') diff --git a/src/interface.cpp b/src/interface.cpp index a14a92e83..91f16cbf9 100644 --- a/src/interface.cpp +++ b/src/interface.cpp @@ -794,9 +794,9 @@ sp_ui_checkboxes_menus(GtkMenu *m, Inkscape::UI::View::View *view) 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"), + C_("Interface setup", "Default"), _("Default interface setup"), + C_("Interface setup", "Custom"), _("Set the custom task"), + C_("Interface setup", "Wide"), _("Setup for widescreen work"), 0, 0 }; -- cgit v1.2.3