From fb0fc8657f65c149d8c91471becd531bd824b1ca Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Sun, 19 Aug 2007 03:53:09 +0000 Subject: naming: avoid unintentional double-meanings (part 2) (bzr r3517) --- src/tweak-context.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tweak-context.cpp') 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, - _("Blowing %d selected object(s)"), num); + _("Inflating %d 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; } -- cgit v1.2.3