summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/licensor.cpp
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2015-02-16 19:00:37 +0000
committerKris De Gussem <Kris.De.Gussem@hotmail.com>2015-02-16 19:00:37 +0000
commit0be66dac3b99dc89fe69f43984f88373e0ab25c6 (patch)
treeb5d3cafa9eb3b39c9cc01455f789732727af8646 /src/ui/widget/licensor.cpp
parentClones. Fix for bug #1245339 (When changing a clone's parent's layer, the clo... (diff)
downloadinkscape-0be66dac3b99dc89fe69f43984f88373e0ab25c6.tar.gz
inkscape-0be66dac3b99dc89fe69f43984f88373e0ab25c6.zip
i18n
(bzr r13925)
Diffstat (limited to 'src/ui/widget/licensor.cpp')
-rw-r--r--src/ui/widget/licensor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/licensor.cpp b/src/ui/widget/licensor.cpp
index 7429bb07e..d21e848f2 100644
--- a/src/ui/widget/licensor.cpp
+++ b/src/ui/widget/licensor.cpp
@@ -69,7 +69,7 @@ void LicenseItem::on_toggled()
SPDocument *doc = SP_ACTIVE_DOCUMENT;
rdf_set_license (doc, _lic->details ? _lic : 0);
if (doc->priv->sensitive) {
- DocumentUndo::done(doc, SP_VERB_NONE, "Document license updated");
+ DocumentUndo::done(doc, SP_VERB_NONE, _("Document license updated"));
}
_wr.setUpdating (false);
static_cast<Gtk::Entry*>(_eep->_packable)->set_text (_lic->uri);