diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2015-04-19 17:46:58 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2015-04-19 17:46:58 +0200 |
| commit | 84b7cb05ece51d88eef5b637f1e897e77f496de1 (patch) | |
| tree | dd48e39b01ff098c9e1059acceb0b36127f15b37 /app/qml/pages/ManagerPage.qml | |
| parent | 5d19559e50830d4237111e0876c810d3c3ab6361 (diff) | |
Remove MPRIS volume check
Diffstat (limited to 'app/qml/pages/ManagerPage.qml')
| -rw-r--r-- | app/qml/pages/ManagerPage.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/qml/pages/ManagerPage.qml b/app/qml/pages/ManagerPage.qml index 0c393a3..7fb7369 100644 --- a/app/qml/pages/ManagerPage.qml +++ b/app/qml/pages/ManagerPage.qml @@ -134,8 +134,8 @@ Page { } } TextSwitch { - text: qsTr("Alter system volume") - description: qsTr("Pebble music volume buttons change the system volume when the music player cannot") + text: qsTr("Control main volume") + description: qsTr("Pebble music volume buttons change the main phone volume directly instead of through the music player.") checked: settings.useSystemVolume automaticCheck: true onClicked: { |
