summaryrefslogtreecommitdiffstats
path: root/src/selection-describer.cpp
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2012-08-15 19:20:02 +0000
committerJazzyNico <nicoduf@yahoo.fr>2012-08-15 19:20:02 +0000
commit9f1b38797e6f17f1abe302bb5cecfc51b6c94529 (patch)
treeaa910e31093dda2a52925753efd2e40383b03ed4 /src/selection-describer.cpp
parentFix for 1036010 : Cant read styles with 'em' units (diff)
downloadinkscape-9f1b38797e6f17f1abe302bb5cecfc51b6c94529.tar.gz
inkscape-9f1b38797e6f17f1abe302bb5cecfc51b6c94529.zip
i18n. Fix for Bug #1034663 (Split msgid "Text" for menu Effects).
Translations. inkscape.pot and French translation update. (bzr r11606)
Diffstat (limited to 'src/selection-describer.cpp')
-rw-r--r--src/selection-describer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection-describer.cpp b/src/selection-describer.cpp
index cbce222e1..3d1b97b04 100644
--- a/src/selection-describer.cpp
+++ b/src/selection-describer.cpp
@@ -65,7 +65,7 @@ type2term(GType type)
if (type == SP_TYPE_BOX3D)
{ return _("3D Box"); }
if (type == SP_TYPE_TEXT)
- { return _("Text"); }
+ { return C_("Object", "Text"); }
if (type == SP_TYPE_USE)
// TRANSLATORS: "Clone" is a noun, type of object
{ return C_("Object", "Clone"); }