From 4716453e97602e60f58865692f7dc714f5f992e9 Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Thu, 18 Jun 2015 22:26:10 +0200 Subject: Implemented togglable debug mode --- app/qml/pages/ManagerPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/qml/pages/ManagerPage.qml') diff --git a/app/qml/pages/ManagerPage.qml b/app/qml/pages/ManagerPage.qml index a69bc89..8ff0db2 100644 --- a/app/qml/pages/ManagerPage.qml +++ b/app/qml/pages/ManagerPage.qml @@ -147,7 +147,7 @@ Page { } TextSwitch { text: qsTr("Control main volume") - description: qsTr("Pebble music volume buttons change the main phone volume directly instead of through the music player.") + description: qsTr("Pebble music volume buttons change the main phone volume directly instead of through the music player") checked: settings.useSystemVolume automaticCheck: true onClicked: { -- cgit v1.2.3