From 6274ab8b473108f21bca4392cb0a292800c8d1df Mon Sep 17 00:00:00 2001 From: NeoTheThird Date: Thu, 17 Aug 2017 00:06:31 +0200 Subject: [PATCH] Fixed license string --- po/com.ubuntu.ubports.pot | 6 +++--- qml/About.qml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/po/com.ubuntu.ubports.pot b/po/com.ubuntu.ubports.pot index efc95c3..ed4d187 100644 --- a/po/com.ubuntu.ubports.pot +++ b/po/com.ubuntu.ubports.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: com.ubuntu.ubports\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-16 21:59+0000\n" +"POT-Creation-Date: 2017-08-16 22:04+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -135,7 +135,7 @@ msgid "" "mobile devices, while keeping its simple and elegant design." msgstr "" -#. TRANSLATORS: Please make sure the URLs are correct +#. TRANSLATORS: A localized URL can be used for the license #: ../qml/About.qml:99 msgid "" "This program is free software: you can redistribute it and/or modify it " @@ -143,7 +143,7 @@ msgid "" "Software Foundation, either version 3 of the License, or (at your option) " "any later version. This program is distributed in the hope that it will be " "useful, but WITHOUT ANY WARRANTY; without even the implied warranty of " -"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public " "License for more details." msgstr "" diff --git a/qml/About.qml b/qml/About.qml index 5a35c3d..285cf50 100644 --- a/qml/About.qml +++ b/qml/About.qml @@ -95,8 +95,8 @@ Page { linkColor: UbuntuColors.orange horizontalAlignment: Text.AlignHCenter wrapMode: Text.WrapAtWordBoundaryOrAnywhere - //TRANSLATORS: Please make sure the URLs are correct - text: i18n.tr("This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.") + //TRANSLATORS: A localized URL can be used for the license + text: i18n.tr("This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.") onLinkActivated: Qt.openUrlExternally(link) }