diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-08-18 00:40:23 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-08-18 00:40:23 +0000 |
| commit | 5e1ce1a29b12c28e4733f15bed470217b5ef1689 (patch) | |
| tree | d90fde85d5440d59fb61ff1cc46559239179b509 /src/verbs.cpp | |
| parent | whitespace cleanup (diff) | |
| download | inkscape-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.cpp | 2 |
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), |
