summaryrefslogtreecommitdiff
path: root/app/qml
diff options
context:
space:
mode:
authorTomasz Sterna <tomek@xiaoka.com>2015-01-03 15:31:59 +0100
committerTomasz Sterna <tomek@xiaoka.com>2015-01-03 15:31:59 +0100
commit4150005566bec7827ce1cdd759a2397d47eba583 (patch)
treec5dc65ab8d5dc3a32db163d59ee55020bf859c6f /app/qml
parent57e75ec4869a413eb52756ed8adeb1ca8e82f694 (diff)
Updated About page e-mail link
Diffstat (limited to 'app/qml')
-rw-r--r--app/qml/pages/AboutPage.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/qml/pages/AboutPage.qml b/app/qml/pages/AboutPage.qml
index bec1031..3ab92a0 100644
--- a/app/qml/pages/AboutPage.qml
+++ b/app/qml/pages/AboutPage.qml
@@ -84,13 +84,13 @@ Page {
onClicked: Qt.openUrlExternally("https://github.com/smokku/pebble/issues")
}
Button {
- text: "Send application log to developer"
+ text: "Send issue e-mail to developer"
anchors {
left: parent.left
right: parent.right
margins: Theme.paddingLarge
}
- onClicked: Qt.openUrlExternally("mailto:bugs@xiaoka.com?subject=pebbled issue&body=please describe your issue&attachment=/home/nemo/.cache/pebbled/pebble.log")
+ onClicked: Qt.openUrlExternally("mailto:bugs@xiaoka.com?subject=pebbled issue&body=describe your issue here")
}
}
}