From: prokoudine Date: Wed, 8 Jul 2009 16:52:57 +0000 (+0000) Subject: Contextual split of translatable message X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d20fbfef3d4218bd9dd31598ff344f35e2e17221;p=inkscape.git Contextual split of translatable message --- 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: