From 0576f70ea6d531cc4a345847d65078f2c6a86d86 Mon Sep 17 00:00:00 2001 From: mental Date: Sun, 6 May 2007 21:46:46 +0000 Subject: [PATCH] fix speeling of calligraphy tool verb name --- src/verbs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/verbs.cpp b/src/verbs.cpp index c277e8563..6a81dc7e0 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2353,7 +2353,7 @@ Verb *Verb::_base_verbs[] = { N_("Draw freehand lines"), "draw_freehand"), new ContextVerb(SP_VERB_CONTEXT_PEN, "ToolPen", N_("Pen"), N_("Draw Bezier curves and straight lines"), "draw_pen"), - new ContextVerb(SP_VERB_CONTEXT_CALLIGRAPHIC, "ToolCalligrphic", N_("Calligraphy"), + new ContextVerb(SP_VERB_CONTEXT_CALLIGRAPHIC, "ToolCalligraphic", N_("Calligraphy"), N_("Draw calligraphic lines"), "draw_calligraphic"), new ContextVerb(SP_VERB_CONTEXT_TEXT, "ToolText", N_("Text"), N_("Create and edit text objects"), "draw_text"), -- 2.30.2