Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Commit

Permalink
Fix #10
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoTheThird committed Jun 27, 2017
1 parent 7d4a0a3 commit 250990b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion manifest.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"desktop": "com.ubuntu.ubports.desktop"
}
},
"version": "1.4",
"version": "1.5",
"maintainer": "UBports <[email protected]>",
"framework" : "ubuntu-sdk-15.04.6"
}
10 changes: 5 additions & 5 deletions po/com.ubuntu.ubports.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: com.ubuntu.ubports\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-24 22:34+0300\n"
"POT-Creation-Date: 2017-06-27 10:22+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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.1\n"

#: ../qml/Home.qml:58
msgid "Welcome to UBports!"
Expand Down Expand Up @@ -71,8 +71,8 @@ msgstr ""
msgid ""
"We are in this together. As a starting point, stay on top of the latest "
"developments, related news and a whole bunch of other experience-enhancing "
"updates. <a href='https://bit.ly/ubports'>Join our mailing list</a> to get "
"in the loop and stay in the loop."
"updates. <a href='https://ubports.com/r/appsubscribe'>Join our mailing list</"
"a> to get in the loop and stay in the loop."
msgstr ""

#: ../qml/About.qml:54
Expand Down
2 changes: 1 addition & 1 deletion qml/About.qml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import Ubuntu.Components 1.1

Page {
title: "About the App"
property string version: "1.3"
property string version: "1.5"
Flickable {
id: flick
anchors {
Expand Down
2 changes: 1 addition & 1 deletion qml/Home.qml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Page {
linkColor: UbuntuColors.orange
horizontalAlignment: Text.AlignHCenter
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
text: i18n.tr("We are in this together. As a starting point, stay on top of the latest developments, related news and a whole bunch of other experience-enhancing updates. <a href='https://bit.ly/ubports'>Join our mailing list</a> to get in the loop and stay in the loop.")
text: i18n.tr("We are in this together. As a starting point, stay on top of the latest developments, related news and a whole bunch of other experience-enhancing updates. <a href='https://ubports.com/r/appsubscribe'>Join our mailing list</a> to get in the loop and stay in the loop.")
onLinkActivated: Qt.openUrlExternally(link)
}
}
Expand Down
14 changes: 7 additions & 7 deletions qml/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,22 @@ MainView {
Action {
iconName: "rssreader-app-symbolic"
text: "Blog"
onTriggered: Qt.openUrlExternally("https://blog.ubports.com")
onTriggered: Qt.openUrlExternally("https://ubports.com/r/appblog")
},
Action {
iconName: "system-users-symbolic"
text: "Support Forum"
onTriggered: Qt.openUrlExternally("https://forums.ubports.com")
onTriggered: Qt.openUrlExternally("https://ubports.com/r/appforums")
},
Action {
iconName: "torch-on"
text: "Get involved"
onTriggered: Qt.openUrlExternally("https://ubports.com/get-involved")
onTriggered: Qt.openUrlExternally("https://ubports.com/r/appgetinvolved")
},
Action {
iconName: "dekko-app-symbolic"
text: "Newsletter"
onTriggered: Qt.openUrlExternally("https://bit.ly/ubports")
onTriggered: Qt.openUrlExternally("https://ubports.com/r/appsubscribe")
},
Action {
iconName: "twitter-symbolic"
Expand All @@ -74,14 +74,14 @@ MainView {
Action {
iconName: "contacts-app-symbolic"
text: "Meet The Team"
onTriggered: Qt.openUrlExternally("https://ubports.com/team")
onTriggered: Qt.openUrlExternally("https://ubports.com/r/appteam")
},
Action {
iconName: "phone-symbolic"
text: "Devices"
onTriggered: Qt.openUrlExternally("https://devices.ubports.com/#/")
onTriggered: Qt.openUrlExternally("https://ubports.com/r/appdev")
}

]
numberOfSlots: 0
}
Expand Down

0 comments on commit 250990b

Please sign in to comment.