summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2014-09-19 00:07:09 +0000
committer~suv <suv-sf@users.sourceforge.net>2014-09-19 00:07:09 +0000
commit274a671c959becc8c989dc6a3561c608c173f6d3 (patch)
tree1ab36b51da49862d28ebebb8ed0db985735f6f5b /src/selection-chemistry.cpp
parentupdate to trunk (r13540) (diff)
parentFix build for fink on OS X 10.9 by including unistd.h (diff)
downloadinkscape-274a671c959becc8c989dc6a3561c608c173f6d3.tar.gz
inkscape-274a671c959becc8c989dc6a3561c608c173f6d3.zip
update to trunk (r13560)
(bzr r13398.1.10)
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);