From: prokoudine Date: Wed, 31 Oct 2007 00:53:19 +0000 (+0000) Subject: fixed a typo in a user visible message X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=35b38d4469fef9420d44e350e25e02fdf684f71b;p=inkscape.git fixed a typo in a user visible message --- 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"),