Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Fix small bugs and update about screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudi Timmermans committed Jul 9, 2023
1 parent 142eca5 commit 70fdb3a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion manifest.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"content-hub": "launchermodular.contenthub"
}
},
"version": "2.2.0",
"version": "2.3.0",
"maintainer": "Rudi Timmermans <[email protected]>",
"framework" : "@CLICK_FRAMEWORK@"
}
6 changes: 1 addition & 5 deletions po/launchermodular.ubuntouchfr.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: launchermodular.ubuntouchfr\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-01-22 06:48+0000\n"
"POT-Creation-Date: 2023-07-09 19:10+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -45,10 +45,6 @@ msgstr ""
msgid "ISSUES"
msgstr ""

#: ../qml/About.qml:125
msgid "DONATE"
msgstr ""

#: ../qml/About.qml:140
msgid "Maintainer"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion qml/About.qml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Item {
height: donateLabel.height + units.gu(2)
Label {
id: donateLabel
text: "<a href='https://github.com/ruditimmermans/launcher-modular'>" + i18n.tr("SOURCE") + "</a> | <a href='https://github.com/ruditimmermans/launcher-modular/issues'>" + i18n.tr("ISSUES") + "</a> | <a href='https://www.paypal.com/paypalme/RudiTimmer'>" + i18n.tr("DONATE") + "</a>"
text: "<a href='https://github.com/ruditimmermans/launcher-modular'>" + i18n.tr("SOURCE") + "</a> | <a href='https://github.com/ruditimmermans/launcher-modular/issues'>" + i18n.tr("ISSUES") "</a>"
onLinkActivated: Qt.openUrlExternally(link)
anchors.centerIn: parent
wrapMode: TextEdit.WrapAtWordBoundaryOrAnywhere
Expand Down
2 changes: 1 addition & 1 deletion qml/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MainView {
width: units.gu(45)
height: units.gu(75)

property string appVersion : "2.2.0"
property string appVersion : "2.3.0"

function getCustomIconArray() {
var customIcon = [], hMI_l = launchermodular.customIconModel.count;
Expand Down

0 comments on commit 70fdb3a

Please sign in to comment.