From 86874a2e1cb51c789acb4b308a80db32598ecd84 Mon Sep 17 00:00:00 2001 From: "R. Aidan Campbell" Date: Fri, 20 Jul 2018 14:36:39 -0700 Subject: [PATCH] minor wording change in settings --- app/gui/SettingsView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gui/SettingsView.qml b/app/gui/SettingsView.qml index 8b38538f..33977bb9 100644 --- a/app/gui/SettingsView.qml +++ b/app/gui/SettingsView.qml @@ -223,7 +223,7 @@ ScrollView { val: StreamingPreferences.AC_FORCE_STEREO } ListElement { - text: "Force surround" + text: "Force 5.1 surround sound" val: StreamingPreferences.AC_FORCE_SURROUND } }