summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index ba5a668d3c..a6289cd21d 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -329,7 +329,7 @@ static const struct bit_entry hd_bits[] =
329 {9, S_O(mdb_center), 0, "mdb center", NULL}, 329 {9, S_O(mdb_center), 0, "mdb center", NULL},
330 {9, S_O(mdb_shape), 0, "mdb shape", NULL}, 330 {9, S_O(mdb_shape), 0, "mdb shape", NULL},
331 {1, S_O(mdb_enable), 0, "mdb enable", off_on}, 331 {1, S_O(mdb_enable), 0, "mdb enable", off_on},
332 {1, S_O(id3_v1_first), 0, "id3 tag order", "v2 first,v1 first"}, 332 {1, S_O(id3_v1_first), 0, "id3 tag priority", "v2-v1,v1-v2"},
333 333
334 /* new stuff to be added at the end */ 334 /* new stuff to be added at the end */
335 335