ac9f7f0
Index: ChangeLog
ac9f7f0
===================================================================
ac9f7f0
--- ChangeLog	(revision 1792)
ac9f7f0
+++ ChangeLog	(revision 1793)
ac9f7f0
@@ -1,3 +1,7 @@
ac9f7f0
+2007-11-16  Christophe Fergeau <teuf@gnome.org>
ac9f7f0
+
ac9f7f0
+	* src/itdb_device.c: fix typoes in iPod Touch model lists
ac9f7f0
+
ac9f7f0
 2007-11-14  Christophe <teuf@gnome.org>
ac9f7f0
 
ac9f7f0
 	* src/itdb_itunesdb.c: get rid of local g_mkdir_with_parents copy
ac9f7f0
Index: src/itdb_device.c
ac9f7f0
===================================================================
ac9f7f0
--- src/itdb_device.c	(revision 1792)
ac9f7f0
+++ src/itdb_device.c	(revision 1793)
ac9f7f0
@@ -185,7 +185,7 @@
ac9f7f0
     /* iPod touch G1 */
ac9f7f0
     /* With touch screen */
ac9f7f0
     {"A623",   8, ITDB_IPOD_MODEL_TOUCH_BLACK,    ITDB_IPOD_GENERATION_TOUCH_1, 14},
ac9f7f0
-    {"A627",  16, ITDB_IPOD_MODEL_NANO_SILVER,    ITDB_IPOD_GENERATION_TOUCH_1, 28},
ac9f7f0
+    {"A627",  16, ITDB_IPOD_MODEL_TOUCH_BLACK,    ITDB_IPOD_GENERATION_TOUCH_1, 28},
ac9f7f0
 
ac9f7f0
 
ac9f7f0
     /* No known model number -- create a Device/SysInfo file with
ac9f7f0
@@ -257,7 +257,7 @@
ac9f7f0
 	N_("Video (1st Gen.)"),
ac9f7f0
 	N_("Video (2nd Gen.)"),
ac9f7f0
 	N_("Classic"),
ac9f7f0
-	N_("Touch (Read-Only)"),
ac9f7f0
+	N_("Touch"),
ac9f7f0
 	N_("Unused"),
ac9f7f0
 	N_("Unused"),
ac9f7f0
 	NULL