diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2014-09-12 18:56:00 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2014-09-12 18:56:00 +0000 |
| commit | 3f0ff95e24a6ac528ccd4249eceb7066071bfea4 (patch) | |
| tree | b8adb8a0acb06acd741116b874189150eff408ae /src/selection-chemistry.cpp | |
| parent | Translations. Italian translation update (79%) by Firas Hanife. (diff) | |
| download | inkscape-3f0ff95e24a6ac528ccd4249eceb7066071bfea4.tar.gz inkscape-3f0ff95e24a6ac528ccd4249eceb7066071bfea4.zip | |
i18n. Adding context to the "Group" verb (undo history).
Translations. Translation template and French translation udpate.
(bzr r13554)
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 01ce20509..83ae5a954 100644 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -762,7 +762,7 @@ void sp_selection_group(Inkscape::Selection *selection, SPDesktop *desktop) sp_selection_group_impl(p, group, xml_doc, doc); DocumentUndo::done(doc, SP_VERB_SELECTION_GROUP, - _("Group")); + C_("Verb", "Group")); selection->set(group); Inkscape::GC::release(group); |
