summaryrefslogtreecommitdiffstats
path: root/src/selection-describer.cpp
diff options
context:
space:
mode:
authorColin Marquardt <github@marquardt-home.de>2007-06-17 23:00:43 +0000
committercmarqu <cmarqu@users.sourceforge.net>2007-06-17 23:00:43 +0000
commit3db705e4ff70113060127f9dda1920faa78e925d (patch)
treebfadb979fe52c732e27d8d9f4172e45b1aac4c58 /src/selection-describer.cpp
parentAdd translator hint. (diff)
downloadinkscape-3db705e4ff70113060127f9dda1920faa78e925d.tar.gz
inkscape-3db705e4ff70113060127f9dda1920faa78e925d.zip
Add translator hint.
(bzr r3073)
Diffstat (limited to 'src/selection-describer.cpp')
-rw-r--r--src/selection-describer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/selection-describer.cpp b/src/selection-describer.cpp
index 6b0e1ea42..69e10904f 100644
--- a/src/selection-describer.cpp
+++ b/src/selection-describer.cpp
@@ -61,6 +61,8 @@ type2term(GType type)
{ return _("Rectangle"); }
if (type == SP_TYPE_TEXT)
{ return _("Text"); }
+ // TRANSLATORS: only translate "string" in "context|string".
+ // For more details, see http://developer.gnome.org/doc/API/2.0/glib/glib-I18N.html#Q-:CAPS
if (type == SP_TYPE_USE)
{ return Q_("object|Clone"); }
if (type == SP_TYPE_ARC)