From 28233a0b816fed22fa313c0689b3d2be6802ab9e Mon Sep 17 00:00:00 2001 From: Marcin Floryan Date: Sat, 12 Apr 2008 23:22:47 +0000 Subject: Several different i18n issues fixed following report from a_b (adresses bug #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412) --- src/tweak-context.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tweak-context.cpp') diff --git a/src/tweak-context.cpp b/src/tweak-context.cpp index f76694f25..aa5b2f3cc 100644 --- a/src/tweak-context.cpp +++ b/src/tweak-context.cpp @@ -988,6 +988,7 @@ sp_tweak_context_root_handler(SPEventContext *event_context, tc->_message_context->setF(Inkscape::NORMAL_MESSAGE, ngettext("Roughening %d selected object", "Roughening %d selected objects", num), num); + break; case TWEAK_MODE_COLORPAINT: tc->_message_context->setF(Inkscape::NORMAL_MESSAGE, ngettext("Painting %d selected object", @@ -1060,6 +1061,7 @@ sp_tweak_context_root_handler(SPEventContext *event_context, case TWEAK_MODE_COLORPAINT: sp_document_done(sp_desktop_document(SP_EVENT_CONTEXT(tc)->desktop), SP_VERB_CONTEXT_TWEAK, _("Color paint tweak")); + break; case TWEAK_MODE_COLORJITTER: sp_document_done(sp_desktop_document(SP_EVENT_CONTEXT(tc)->desktop), SP_VERB_CONTEXT_TWEAK, _("Color jitter tweak")); -- cgit v1.2.3