summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2007-05-06 21:46:46 +0000
committermental <mental@users.sourceforge.net>2007-05-06 21:46:46 +0000
commitc9ec426a4feb29a15b83879a3f53d37aca68d303 (patch)
treeaa53571a36a9f3c414619d2b90654b39f72fc2e8 /src/verbs.cpp
parentremove description for privacy reasons, and allow nesting under commit (diff)
downloadinkscape-c9ec426a4feb29a15b83879a3f53d37aca68d303.tar.gz
inkscape-c9ec426a4feb29a15b83879a3f53d37aca68d303.zip
fix speeling of calligraphy tool verb name
(bzr r2982)
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 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"),