summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2009-02-06 23:24:38 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2009-02-06 23:24:38 +0000
commit687adb29d90ac8c922314980071e4d2960acab21 (patch)
tree36d13b11e86d311216612adaa8fa83312ac8ba51 /src/verbs.cpp
parentmore Editors (diff)
downloadinkscape-687adb29d90ac8c922314980071e4d2960acab21.tar.gz
inkscape-687adb29d90ac8c922314980071e4d2960acab21.zip
better in singular
(bzr r7242)
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index ff1e3f676..78c4423f5 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2656,11 +2656,11 @@ Verb *Verb::_base_verbs[] = {
N_("Query information about extensions"), NULL),
new DialogVerb(SP_VERB_DIALOG_LAYERS, "DialogLayers", N_("Layer_s..."),
N_("View Layers"), "layers"),
- new DialogVerb(SP_VERB_DIALOG_LIVE_PATH_EFFECT, "DialogLivePathEffect", N_("Path Effects Editor..."),
+ new DialogVerb(SP_VERB_DIALOG_LIVE_PATH_EFFECT, "DialogLivePathEffect", N_("Path Effect 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),
- new DialogVerb(SP_VERB_DIALOG_SVG_FONTS, "DialogSVGFonts", N_("SVG Fonts Editor..."),
+ new DialogVerb(SP_VERB_DIALOG_SVG_FONTS, "DialogSVGFonts", N_("SVG Font Editor..."),
N_("Edit SVG fonts"), NULL),
/* Help */