diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-06-27 19:14:41 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-06-27 19:14:41 +0200 |
| commit | 863a1a085e83780e8f6eff8a19ab4322a7f5e28a (patch) | |
| tree | f1d9547811d21ec817a07c6fcd8badb8d246bbb0 /app/qml | |
| parent | 471ff6ca72cd75f8d4df7e0810a6bfed4bf2c3e3 (diff) | |
Renamed waterwatch -> pebble
Diffstat (limited to 'app/qml')
| -rw-r--r-- | app/qml/cover/CoverPage.qml | 2 | ||||
| -rw-r--r-- | app/qml/pages/WatchPage.qml | 2 | ||||
| -rw-r--r-- | app/qml/pebble.qml (renamed from app/qml/waterwatch.qml) | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/app/qml/cover/CoverPage.qml b/app/qml/cover/CoverPage.qml index aaa33c6..06340aa 100644 --- a/app/qml/cover/CoverPage.qml +++ b/app/qml/cover/CoverPage.qml @@ -36,7 +36,7 @@ CoverBackground { Label { id: label anchors.centerIn: parent - text: "WaterWatch" + text: "Pebble" } Label { anchors.top: label.bottom diff --git a/app/qml/pages/WatchPage.qml b/app/qml/pages/WatchPage.qml index 623c47e..6ffd06b 100644 --- a/app/qml/pages/WatchPage.qml +++ b/app/qml/pages/WatchPage.qml @@ -221,7 +221,7 @@ Page { width: page.width spacing: Theme.paddingLarge PageHeader { - title: "WaterWatch" + title: "Pebble Manager" } Label { visible: !watchConnector.isConnected diff --git a/app/qml/waterwatch.qml b/app/qml/pebble.qml index cf65076..c0085f1 100644 --- a/app/qml/waterwatch.qml +++ b/app/qml/pebble.qml @@ -38,5 +38,3 @@ ApplicationWindow initialPage: WatchPage { id: watchPage } cover: Qt.resolvedUrl("cover/CoverPage.qml") } - - |
