diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-04-22 19:47:42 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-04-22 19:47:42 +0000 |
| commit | 5f7b03a4585301e71c6d7eb70ddba075f7372d5a (patch) | |
| tree | c4aa7a7d9a547544631d112dc3e7fbce8f5fba69 /src/interface.cpp | |
| parent | typo in UI (diff) | |
| download | inkscape-5f7b03a4585301e71c6d7eb70ddba075f7372d5a.tar.gz inkscape-5f7b03a4585301e71c6d7eb70ddba075f7372d5a.zip | |
better UI message
(bzr r11282)
Diffstat (limited to '')
| -rw-r--r-- | src/interface.cpp | 2 |
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 }; |
