summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2007-08-19 03:53:09 +0000
committermental <mental@users.sourceforge.net>2007-08-19 03:53:09 +0000
commitfb0fc8657f65c149d8c91471becd531bd824b1ca (patch)
tree9d503511ee6bf462377bc2420cb407535e02a836 /src/verbs.cpp
parentnaming: avoid unintentional double-meanings (part 1) (diff)
downloadinkscape-fb0fc8657f65c149d8c91471becd531bd824b1ca.tar.gz
inkscape-fb0fc8657f65c149d8c91471becd531bd824b1ca.zip
naming: avoid unintentional double-meanings (part 2)
(bzr r3517)
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 ac350de3a..5f7b51a03 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2378,7 +2378,7 @@ Verb *Verb::_base_verbs[] = {
new ContextVerb(SP_VERB_CONTEXT_NODE, "ToolNode", N_("Node Edit"),
N_("Edit path nodes or control handles"), "draw_node"),
new ContextVerb(SP_VERB_CONTEXT_TWEAK, "ToolTweak", N_("Tweak"),
- N_("Tweak paths by pushing, melting, blowing, or roughening"), "draw_tweak"),
+ N_("Tweak paths by pushing, melting, inflating, or roughening"), "draw_tweak"),
new ContextVerb(SP_VERB_CONTEXT_RECT, "ToolRect", N_("Rectangle"),
N_("Create rectangles and squares"), "draw_rect"),
new ContextVerb(SP_VERB_CONTEXT_3DBOX, "Tool3DBox", N_("3D Box"),