summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2013-03-28 19:31:49 +0000
committerJazzyNico <nicoduf@yahoo.fr>2013-03-28 19:31:49 +0000
commite1096fd4fce62dab0da7983a2b719545f7d6fdb5 (patch)
tree24a1ad0257548339b608fa3249a691f55d5173b0 /src
parentFix for Bug #648233 (Measure Path extension doesn't use real superscript) by ... (diff)
downloadinkscape-e1096fd4fce62dab0da7983a2b719545f7d6fdb5.tar.gz
inkscape-e1096fd4fce62dab0da7983a2b719545f7d6fdb5.zip
Fix for Bug #1161197 (Untranslatable string in Font substitution dialog) by Masato HASHIMOTO.
Translation template and French translation update. (bzr r12256)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/font-substitution.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/font-substitution.cpp b/src/ui/dialog/font-substitution.cpp
index f0112f1d8..0bb8195f8 100644
--- a/src/ui/dialog/font-substitution.cpp
+++ b/src/ui/dialog/font-substitution.cpp
@@ -236,7 +236,7 @@ GSList * FontSubstitution::getFontReplacedItems(SPDocument* doc, Glib::ustring *
if (fontFound == false) {
Glib::ustring subName = getSubstituteFontName(fonts);
Glib::ustring err = Glib::ustring::compose(
- "Font '%1' substituted with '%2'", fonts.c_str(), subName.c_str());
+ _("Font '%1' substituted with '%2'"), fonts.c_str(), subName.c_str());
setErrors.insert(err);
outList = g_slist_prepend (outList, item);
}