summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>2015-12-26 23:47:49 +0000
committerAlexandre Prokoudine <alexandre.prokoudine@gmail.com>2015-12-26 23:47:49 +0000
commitaa0ce3f41a366589a46f6013438cf2a8a648e8e1 (patch)
tree411e11f7c66a78ec324c65e715c8d6cd5fcf62ad /src
parentReplace deprecated GC direct variable access. (diff)
downloadinkscape-aa0ce3f41a366589a46f6013438cf2a8a648e8e1.tar.gz
inkscape-aa0ce3f41a366589a46f6013438cf2a8a648e8e1.zip
Mark user-visible message for translation
(bzr r14544)
Diffstat (limited to 'src')
-rw-r--r--src/verbs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index ed4b1ceb0..fd7eea2d5 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -1588,7 +1588,7 @@ void TagVerb::perform( SPAction *action, void *data)
id=NULL;
do {
g_free(id);
- id = g_strdup_printf("Set %d", tag_suffix++);
+ id = g_strdup_printf(_("Set %d"), tag_suffix++);
} while (dt->doc()->getObjectById(id));
doc = dt->doc()->getReprDoc();