summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>2007-10-31 00:53:19 +0000
committerprokoudine <prokoudine@users.sourceforge.net>2007-10-31 00:53:19 +0000
commit6ce68d2266dd4319de658274c9c566acc38850de (patch)
treee97e89cb26c4ce4a87953f6c01e25c769672b068 /src/verbs.cpp
parenttemporary fix for crash with shapes and path-along-path LPE (diff)
downloadinkscape-6ce68d2266dd4319de658274c9c566acc38850de.tar.gz
inkscape-6ce68d2266dd4319de658274c9c566acc38850de.zip
fixed a typo in a user visible message
(bzr r3986)
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index cc3adb8e2..8997ec06c 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2251,7 +2251,7 @@ Verb *Verb::_base_verbs[] = {
new EditVerb(SP_VERB_EDIT_DESELECT, "EditDeselect", N_("D_eselect"),
N_("Deselect any selected objects or nodes"), "selection_deselect"),
new EditVerb(SP_VERB_EDIT_NEXT_PATHEFFECT_PARAMETER, "EditNextPathEffectParameter", N_("Next Path Effect Parameter"),
- N_("Show next Path Effect parameter for editting"), NULL),
+ N_("Show next Path Effect parameter for editing"), NULL),
/* Selection */
new SelectionVerb(SP_VERB_SELECTION_TO_FRONT, "SelectionToFront", N_("Raise to _Top"),