summaryrefslogtreecommitdiff
path: root/vdr_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'vdr_setup.c')
-rw-r--r--vdr_setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdr_setup.c b/vdr_setup.c
index 4608eaa..382d74a 100644
--- a/vdr_setup.c
+++ b/vdr_setup.c
@@ -43,7 +43,7 @@ mgMenuSetup::mgMenuSetup ()
Add (new
cMenuEditBoolItem (tr ("Audio mode"), &the_setup.AudioMode,
- tr ("Dither"), tr ("Round")));
+ tr ("Round"), tr ("Dither")));
Add (new
cMenuEditBoolItem (tr ("Use 48kHz mode only"), &the_setup.Only48kHz,