diff options
| author | MenTaLguY <mental@rydia.net> | 2007-08-19 03:53:09 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2007-08-19 03:53:09 +0000 |
| commit | fb0fc8657f65c149d8c91471becd531bd824b1ca (patch) | |
| tree | 9d503511ee6bf462377bc2420cb407535e02a836 /src/tweak-context.cpp | |
| parent | naming: avoid unintentional double-meanings (part 1) (diff) | |
| download | inkscape-fb0fc8657f65c149d8c91471becd531bd824b1ca.tar.gz inkscape-fb0fc8657f65c149d8c91471becd531bd824b1ca.zip | |
naming: avoid unintentional double-meanings (part 2)
(bzr r3517)
Diffstat (limited to 'src/tweak-context.cpp')
| -rw-r--r-- | src/tweak-context.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tweak-context.cpp b/src/tweak-context.cpp index 677bfe8a3..253f9af7d 100644 --- a/src/tweak-context.cpp +++ b/src/tweak-context.cpp @@ -540,7 +540,7 @@ sp_tweak_context_root_handler(SPEventContext *event_context, break; case TWEAK_MODE_INFLATE: tc->_message_context->setF(Inkscape::NORMAL_MESSAGE, - _("<b>Blowing %d</b> selected object(s)"), num); + _("<b>Inflating %d</b> selected object(s)"), num); break; case TWEAK_MODE_ROUGHEN: tc->_message_context->setF(Inkscape::NORMAL_MESSAGE, @@ -582,7 +582,7 @@ sp_tweak_context_root_handler(SPEventContext *event_context, tc->has_dilated = false; sp_document_done(sp_desktop_document(SP_EVENT_CONTEXT(tc)->desktop), SP_VERB_CONTEXT_TWEAK, - (tc->mode==TWEAK_MODE_INFLATE ? _("Blow tweak") : (tc->mode==TWEAK_MODE_MELT ? _("Melt tweak") : (tc->mode==TWEAK_MODE_PUSH ? _("Push tweak") : _("Roughen tweak"))))); + (tc->mode==TWEAK_MODE_INFLATE ? _("Inflate tweak") : (tc->mode==TWEAK_MODE_MELT ? _("Melt tweak") : (tc->mode==TWEAK_MODE_PUSH ? _("Push tweak") : _("Roughen tweak"))))); ret = TRUE; } |
