diff options
| author | Marcin Floryan <mfloryan@mm.waw.pl> | 2008-04-12 23:22:47 +0000 |
|---|---|---|
| committer | mfloryan <mfloryan@users.sourceforge.net> | 2008-04-12 23:22:47 +0000 |
| commit | 28233a0b816fed22fa313c0689b3d2be6802ab9e (patch) | |
| tree | c04e506170ec569f0858be6962550848ac2caf9a /src/tweak-context.cpp | |
| parent | Make gnome_canvas_bpath_def_closepath merge two nearly equal endpoints to pre... (diff) | |
| download | inkscape-28233a0b816fed22fa313c0689b3d2be6802ab9e.tar.gz inkscape-28233a0b816fed22fa313c0689b3d2be6802ab9e.zip | |
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)
Diffstat (limited to 'src/tweak-context.cpp')
| -rw-r--r-- | src/tweak-context.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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("<b>Roughening %d</b> selected object", "<b>Roughening %d</b> selected objects", num), num); + break; case TWEAK_MODE_COLORPAINT: tc->_message_context->setF(Inkscape::NORMAL_MESSAGE, ngettext("<b>Painting %d</b> 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")); |
