From 35b38d4469fef9420d44e350e25e02fdf684f71b Mon Sep 17 00:00:00 2001 From: prokoudine Date: Wed, 31 Oct 2007 00:53:19 +0000 Subject: [PATCH] fixed a typo in a user visible message --- src/verbs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), -- 2.30.2