summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2014-09-13 16:49:55 +0000
committer~suv <suv-sf@users.sourceforge.net>2014-09-13 16:49:55 +0000
commit5cc64f7a695dbde56a8b1ee3ca57ebd1ff671968 (patch)
tree1a67fe228c45674d6fc3753c84c4e66912c8e174 /src/selection-chemistry.cpp
parentupdate resources for DMG (draft for new background image); (diff)
parenti18n. Adding context to the "Group" verb (undo history). (diff)
downloadinkscape-5cc64f7a695dbde56a8b1ee3ca57ebd1ff671968.tar.gz
inkscape-5cc64f7a695dbde56a8b1ee3ca57ebd1ff671968.zip
update to trunk (r13554)
(bzr r13506.1.91)
Diffstat (limited to 'src/selection-chemistry.cpp')
-rw-r--r--src/selection-chemistry.cpp2
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);