summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dce320e)
raw | patch | inline | side by side (parent: dce320e)
author | cmarqu <cmarqu@users.sourceforge.net> | |
Sun, 17 Jun 2007 23:00:43 +0000 (23:00 +0000) | ||
committer | cmarqu <cmarqu@users.sourceforge.net> | |
Sun, 17 Jun 2007 23:00:43 +0000 (23:00 +0000) |
src/selection-describer.cpp | patch | blob | history |
index 6b0e1ea425c968d9c63e2fd912658a19d4242fca..69e10904ff2a84a3a1a040b56b25983aa8b69150 100644 (file)
{ 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)