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/selection-chemistry.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/selection-chemistry.cpp')
| -rw-r--r-- | src/selection-chemistry.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp index 0ae2c8dc5..09c086f46 100644 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -647,7 +647,8 @@ sp_selection_raise() } sp_document_done(sp_desktop_document(desktop), SP_VERB_SELECTION_RAISE, - _("Raise")); + //TRANSLATORS: Only put the word "Raise" in the translation. Means "to raise an object" in the undo history + Q_("undo_action|Raise")); } void sp_selection_raise_to_top() |
