diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2010-12-29 20:05:10 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2010-12-29 20:05:10 +0000 |
| commit | fbbff2ae01dbd79690a885e148add1204fddb063 (patch) | |
| tree | a64d6a49fdc532156f07cca42dd1078d588b0592 /src/verbs.cpp | |
| parent | Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765) (diff) | |
| download | inkscape-fbbff2ae01dbd79690a885e148add1204fddb063.tar.gz inkscape-fbbff2ae01dbd79690a885e148add1204fddb063.zip | |
Mnemonics in "Input devices", and LPE dialogs (Bug 170765)
(bzr r9990)
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 1695a427e..33c52706b 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2673,7 +2673,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 Effect Editor..."), + new DialogVerb(SP_VERB_DIALOG_LIVE_PATH_EFFECT, "DialogLivePathEffect", N_("Path E_ffect Editor..."), 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), |
