From 19751df0c9705dd9e385dea924023fb7d5e25684 Mon Sep 17 00:00:00 2001 From: magnunor Date: Mon, 18 Aug 2014 10:57:50 +0200 Subject: Fix typo in ManagerPage.qml --- app/qml/pages/ManagerPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/qml/pages/ManagerPage.qml b/app/qml/pages/ManagerPage.qml index 9ac41ff..814c9d8 100644 --- a/app/qml/pages/ManagerPage.qml +++ b/app/qml/pages/ManagerPage.qml @@ -80,7 +80,7 @@ Page { color: Theme.highlightColor font.pixelSize: Theme.fontSizeSmall visible: pebbled.active && !pebbled.connected - text: qsTr("Waiting for watch...\nIf it can't be found plase check it's available and paired in Bluetooth settings.") + text: qsTr("Waiting for watch...\nIf it can't be found please check it's available and paired in Bluetooth settings.") wrapMode: Text.Wrap anchors { left: parent.left -- cgit v1.2.3