diff options
| author | Javier <dev.git@javispedro.com> | 2014-12-14 17:19:46 +0100 |
|---|---|---|
| committer | Javier <dev.git@javispedro.com> | 2014-12-14 17:19:46 +0100 |
| commit | 7c48bbe17251fef1d3045ac8b5b6fe8058b4fb10 (patch) | |
| tree | 8945e2c575f467a21cf29baf7ce3268fb9624657 /app/qml | |
| parent | 24a27dcfdd6ce8f3e5a635404e6650081ebd63ca (diff) | |
add i18n support to UI app
also 'es' translation
Diffstat (limited to 'app/qml')
| -rw-r--r-- | app/qml/pages/WatchPage.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/qml/pages/WatchPage.qml b/app/qml/pages/WatchPage.qml index 9096df6..2d69306 100644 --- a/app/qml/pages/WatchPage.qml +++ b/app/qml/pages/WatchPage.qml @@ -60,7 +60,7 @@ Page { Button { - text: "Ping" + text: qsTr("Ping") width: parent.width / 2 onClicked: { pebbled.ping(66) @@ -68,7 +68,7 @@ Page { } Button { - text: "Sync Time" + text: qsTr("Sync Time") width: parent.width / 2 onClicked: { pebbled.time() |
