diff options
Diffstat (limited to 'app/qml/pages')
| -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: { |
