summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-08-18 00:40:23 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-08-18 00:40:23 +0000
commit5e1ce1a29b12c28e4733f15bed470217b5ef1689 (patch)
treed90fde85d5440d59fb61ff1cc46559239179b509 /src/verbs.cpp
parentwhitespace cleanup (diff)
downloadinkscape-5e1ce1a29b12c28e4733f15bed470217b5ef1689.tar.gz
inkscape-5e1ce1a29b12c28e4733f15bed470217b5ef1689.zip
Some icons for the geometry tool
(bzr r6664)
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 a9840667e..a19ac7753 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2506,7 +2506,7 @@ Verb *Verb::_base_verbs[] = {
new ContextVerb(SP_VERB_CONTEXT_ERASER, "ToolEraser", N_("Eraser"),
N_("Erase existing paths"), "draw_erase"),
new ContextVerb(SP_VERB_CONTEXT_LPETOOL, "ToolLPETool", N_("LPE Tool"),
- N_("Write something sensible here"), "draw_lpetool"),
+ N_("Do geometric constructions"), "draw_lpetool"),
/* Tool prefs */
new ContextVerb(SP_VERB_CONTEXT_SELECT_PREFS, "SelectPrefs", N_("Selector Preferences"),
N_("Open Preferences for the Selector tool"), NULL),