Renamed the cfg names for the id3 prio setting

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4967 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2004-07-27 22:23:01 +00:00
parent 3a43231392
commit 8036acc7d0

View File

@ -329,7 +329,7 @@ static const struct bit_entry hd_bits[] =
{9, S_O(mdb_center), 0, "mdb center", NULL},
{9, S_O(mdb_shape), 0, "mdb shape", NULL},
{1, S_O(mdb_enable), 0, "mdb enable", off_on},
{1, S_O(id3_v1_first), 0, "id3 tag order", "v2 first,v1 first"},
{1, S_O(id3_v1_first), 0, "id3 tag priority", "v2-v1,v1-v2"},
/* new stuff to be added at the end */