diff --git a/manifest.json.in b/manifest.json.in index ee95d05..a02ed75 100644 --- a/manifest.json.in +++ b/manifest.json.in @@ -8,7 +8,7 @@ "desktop": "8192.neothethird.desktop" } }, - "version": "0.4", + "version": "0.6", "maintainer": "Jan Sprinz ", "framework" : "ubuntu-sdk-15.04.6" } diff --git a/po/8192.neothethird.pot b/po/8192.neothethird.pot index a313fc9..dfb2808 100644 --- a/po/8192.neothethird.pot +++ b/po/8192.neothethird.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 8192.neothethird\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-11 21:42+0000\n" +"POT-Creation-Date: 2018-06-06 08:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,16 +17,13 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: ../qml/modules/Footer.qml:60 ../qml/modules/PopupController.qml:41 +#: ../qml/modules/PopupController.qml:41 #: ../qml/modules/PopupController.qml:118 -#: ../qml/modules/PopupController.qml:140 ../qml/Main.qml:108 +#: ../qml/modules/PopupController.qml:140 ../qml/modules/Footer.qml:60 +#: ../qml/Main.qml:99 msgid "Restart" msgstr "" -#: ../qml/modules/Footer.qml:78 ../qml/Main.qml:104 -msgid "About" -msgstr "" - #: ../qml/modules/PopupController.qml:42 msgid "Are you sure you want to restart the game?" msgstr "" @@ -87,6 +84,10 @@ msgstr "" msgid "Quit" msgstr "" +#: ../qml/modules/Footer.qml:78 ../qml/Main.qml:95 +msgid "About" +msgstr "" + #: ../qml/modules/Header.qml:74 msgid "YOUR SCORE" msgstr "" @@ -95,11 +96,11 @@ msgstr "" msgid "HIGHSCORE" msgstr "" -#: ../qml/Main.qml:35 ../qml/Main.qml:94 +#: ../qml/Main.qml:35 ../qml/Main.qml:85 msgid "Welcome to 8192" msgstr "" -#: ../qml/Main.qml:113 +#: ../qml/Main.qml:104 msgid "Undo" msgstr "" diff --git a/qml/Main.qml b/qml/Main.qml index 371d195..4abda68 100644 --- a/qml/Main.qml +++ b/qml/Main.qml @@ -49,7 +49,7 @@ Window { anchorToKeyboard: true anchors.fill: parent - property string version: "0.4" + property string version: "0.6" property bool activeState: Qt.application.active property bool firstStart: true