summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>2009-07-08 16:52:57 +0000
committerprokoudine <prokoudine@users.sourceforge.net>2009-07-08 16:52:57 +0000
commita8f52aedcf01053de4b4d0bc96a9559657cdf579 (patch)
tree537e83ca98246948c40582ad84d5a8e68f2c343b /src/ui
parentUpdated Russian translation (diff)
downloadinkscape-a8f52aedcf01053de4b4d0bc96a9559657cdf579.tar.gz
inkscape-a8f52aedcf01053de4b4d0bc96a9559657cdf579.zip
Contextual split of translatable message
(bzr r8232)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/widget/licensor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/licensor.cpp b/src/ui/widget/licensor.cpp
index 05f00edfc..a5f1d89be 100644
--- a/src/ui/widget/licensor.cpp
+++ b/src/ui/widget/licensor.cpp
@@ -35,7 +35,7 @@ const struct rdf_license_t _proprietary_license =
{_("Proprietary"), "", 0};
const struct rdf_license_t _other_license =
- {_("Other"), "", 0};
+ {Q_("MetadataLicence|Other"), "", 0};
class LicenseItem : public Gtk::RadioButton {
public: