summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 67f8980)
raw | patch | inline | side by side (parent: 67f8980)
author | mental <mental@users.sourceforge.net> | |
Sun, 6 May 2007 21:46:46 +0000 (21:46 +0000) | ||
committer | mental <mental@users.sourceforge.net> | |
Sun, 6 May 2007 21:46:46 +0000 (21:46 +0000) |
src/verbs.cpp | patch | blob | history |
diff --git a/src/verbs.cpp b/src/verbs.cpp
index c277e8563e2606d5f5381ea9449e2eb498358d1f..6a81dc7e05ec3e8056a1f889d4b9b5262d7c182b 100644 (file)
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
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"),