summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2012-04-22 19:47:42 +0000
committerKris <Kris.De.Gussem@hotmail.com>2012-04-22 19:47:42 +0000
commit5f7b03a4585301e71c6d7eb70ddba075f7372d5a (patch)
treec4aa7a7d9a547544631d112dc3e7fbce8f5fba69 /src
parenttypo in UI (diff)
downloadinkscape-5f7b03a4585301e71c6d7eb70ddba075f7372d5a.tar.gz
inkscape-5f7b03a4585301e71c6d7eb70ddba075f7372d5a.zip
better UI message
(bzr r11282)
Diffstat (limited to 'src')
-rw-r--r--src/interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.cpp b/src/interface.cpp
index 762a1692d..6a5fa7340 100644
--- a/src/interface.cpp
+++ b/src/interface.cpp
@@ -885,7 +885,7 @@ void addTaskMenuItems(GtkMenu *menu, Inkscape::UI::View::View *view)
{
gchar const* data[] = {
C_("Interface setup", "Default"), _("Default interface setup"),
- C_("Interface setup", "Custom"), _("Set the custom task"),
+ C_("Interface setup", "Custom"), _("Setup for custom task"),
C_("Interface setup", "Wide"), _("Setup for widescreen work"),
0, 0
};