diff options
| author | Alexandre Prokoudine <alexandre.prokoudine@gmail.com> | 2009-07-08 16:52:57 +0000 |
|---|---|---|
| committer | prokoudine <prokoudine@users.sourceforge.net> | 2009-07-08 16:52:57 +0000 |
| commit | a8f52aedcf01053de4b4d0bc96a9559657cdf579 (patch) | |
| tree | 537e83ca98246948c40582ad84d5a8e68f2c343b /src/ui | |
| parent | Updated Russian translation (diff) | |
| download | inkscape-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.cpp | 2 |
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: |
