summaryrefslogtreecommitdiff
path: root/app/qml/pages/AboutPage.qml
diff options
context:
space:
mode:
authorTomasz Sterna <tomek@xiaoka.com>2015-04-19 17:32:27 +0200
committerTomasz Sterna <tomek@xiaoka.com>2015-04-19 18:29:34 +0200
commit8e6f27b0b16c3b9f54dc7423d9a3f0b880304038 (patch)
tree14bda052b299197eb4b8e58d7dfba401de3fb2ea /app/qml/pages/AboutPage.qml
parent8bb7a35eedd431f707ca6fb9134c35bace8e4b24 (diff)
AboutPage and translation update
Diffstat (limited to 'app/qml/pages/AboutPage.qml')
-rw-r--r--app/qml/pages/AboutPage.qml15
1 files changed, 14 insertions, 1 deletions
diff --git a/app/qml/pages/AboutPage.qml b/app/qml/pages/AboutPage.qml
index 86a05c5..fec0fb5 100644
--- a/app/qml/pages/AboutPage.qml
+++ b/app/qml/pages/AboutPage.qml
@@ -33,7 +33,7 @@ Page {
color: Theme.highlightColor
width: parent.width
horizontalAlignment: Text.AlignHCenter
- text: "© 2014 Tomasz Sterna / Xiaoka.com\n" + qsTr("All Rights Reserved.")
+ text: "© 2014-2015 Tomasz Sterna / Xiaoka.com\n" + qsTr("All Rights Reserved.")
}
Label {
wrapMode: Text.Wrap
@@ -73,6 +73,19 @@ Page {
wrapMode: Text.Wrap
text: qsTr("Your donations help justify development time.")
}
+ Label {
+ visible: !!donate.active
+ anchors {
+ left: parent.left
+ right: parent.right
+ margins: Theme.paddingLarge
+ }
+ font.pixelSize: Theme.fontSizeLarge
+ font.italic: true
+ color: Theme.highlightColor
+ wrapMode: Text.Wrap
+ text: qsTr("Thank you for your support!!!")
+ }
Button {
text: qsTr("PayPal Donate")
anchors {