diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-03-06 08:10:15 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-03-06 08:10:15 +0000 |
| commit | 86d58e07f051eab72dffc20a972a63c81a786cca (patch) | |
| tree | 8d5e907c0709861930daa9c2465df31e64104341 /src/selection-chemistry.cpp | |
| parent | New tab in Fill&Stroke dialog for swatch fills. (diff) | |
| download | inkscape-86d58e07f051eab72dffc20a972a63c81a786cca.tar.gz inkscape-86d58e07f051eab72dffc20a972a63c81a786cca.zip | |
i18n. Remove underscores in message context.
Fixed bugs:
- https://launchpad.net/bugs/505157
(bzr r9154)
Diffstat (limited to 'src/selection-chemistry.cpp')
| -rw-r--r-- | src/selection-chemistry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp index 7f8fafea5..5d6394316 100644 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -845,7 +845,7 @@ sp_selection_raise(SPDesktop *desktop) //TRANSLATORS: only translate "string" in "context|string". // For more details, see http://developer.gnome.org/doc/API/2.0/glib/glib-I18N.html#Q-:CAPS // "Raise" means "to raise an object" in the undo history - Q_("undo_action|Raise")); + Q_("undo action|Raise")); } void sp_selection_raise_to_top(SPDesktop *desktop) |
