diff options
| author | Alexandre Prokoudine <alexandre.prokoudine@gmail.com> | 2015-12-26 23:47:49 +0000 |
|---|---|---|
| committer | Alexandre Prokoudine <alexandre.prokoudine@gmail.com> | 2015-12-26 23:47:49 +0000 |
| commit | aa0ce3f41a366589a46f6013438cf2a8a648e8e1 (patch) | |
| tree | 411e11f7c66a78ec324c65e715c8d6cd5fcf62ad | |
| parent | Replace deprecated GC direct variable access. (diff) | |
| download | inkscape-aa0ce3f41a366589a46f6013438cf2a8a648e8e1.tar.gz inkscape-aa0ce3f41a366589a46f6013438cf2a8a648e8e1.zip | |
Mark user-visible message for translation
(bzr r14544)
| -rw-r--r-- | src/verbs.cpp | 2 |
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(); |
