summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.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/widgets/toolbox.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/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index 9801c9f48..01d9fd71d 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -2516,9 +2516,9 @@ static void sp_tweak_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainAction
gtk_list_store_append( model, &iter );
gtk_list_store_set( model, &iter,
- 0, _("Blow mode"),
- 1, _("Switch to Blow mode"),
- 2, "tweak_blow_mode",
+ 0, _("Inflate mode"),
+ 1, _("Switch to Inflate mode"),
+ 2, "tweak_inflate_mode",
-1 );
gtk_list_store_append( model, &iter );