summaryrefslogtreecommitdiffstats
path: root/src/interface.cpp
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2012-04-11 19:30:07 +0000
committerJazzyNico <nicoduf@yahoo.fr>2012-04-11 19:30:07 +0000
commitcaa23c1ffef7315ff8249256267cc2ea885f5717 (patch)
tree86d7a411d00acd1012e04c719b8d225b7a007aee /src/interface.cpp
parentUI. Restoring context menu items order (Embed image) and activation test (Ext... (diff)
downloadinkscape-caa23c1ffef7315ff8249256267cc2ea885f5717.tar.gz
inkscape-caa23c1ffef7315ff8249256267cc2ea885f5717.zip
i18n. Adding some context tags (disambiguation).
(bzr r11224)
Diffstat (limited to 'src/interface.cpp')
-rw-r--r--src/interface.cpp6
1 files changed, 3 insertions, 3 deletions
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
};