diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-03-02 01:58:58 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-03-02 01:58:58 +0000 |
| commit | 972dd59aac4f42bfb77a95cc89cda88c78228527 (patch) | |
| tree | da98d21416f1222421e81be6005db0c14ce370a0 /src/verbs.cpp | |
| parent | various minor things (diff) | |
| download | inkscape-972dd59aac4f42bfb77a95cc89cda88c78228527.tar.gz inkscape-972dd59aac4f42bfb77a95cc89cda88c78228527.zip | |
Fix for 927074 : Simplify Path Effects dialog
(bzr r11037)
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index 3636ef654..0248999d1 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2644,7 +2644,7 @@ Verb *Verb::_base_verbs[] = { N_("Query information about extensions"), NULL), new DialogVerb(SP_VERB_DIALOG_LAYERS, "DialogLayers", N_("Layer_s..."), N_("View Layers"), INKSCAPE_ICON("dialog-layers")), - new DialogVerb(SP_VERB_DIALOG_LIVE_PATH_EFFECT, "DialogLivePathEffect", N_("Path E_ffect Editor..."), + new DialogVerb(SP_VERB_DIALOG_LIVE_PATH_EFFECT, "DialogLivePathEffect", N_("Path E_ffects ..."), N_("Manage, edit, and apply path effects"), NULL), new DialogVerb(SP_VERB_DIALOG_FILTER_EFFECTS, "DialogFilterEffects", N_("Filter _Editor..."), N_("Manage, edit, and apply SVG filters"), NULL), |
