diff options
author | Christophe Fergeau <teuf@gnome.org> | 2007-11-16 18:05:24 +0000 |
---|---|---|
committer | Christophe Fergeau <teuf@gnome.org> | 2007-11-16 18:05:24 +0000 |
commit | 2b722d6ab35ed275d04ec31908813e4c6df61cdb (patch) | |
tree | 5bebc33b33601b9caadad281a43d7ca5d6f4a172 | |
parent | 4f5c906aa8be7ef67dd70f8d08e20fee2cbf0356 (diff) | |
download | libgpod-2b722d6ab35ed275d04ec31908813e4c6df61cdb.tar.gz libgpod-2b722d6ab35ed275d04ec31908813e4c6df61cdb.tar.xz libgpod-2b722d6ab35ed275d04ec31908813e4c6df61cdb.zip |
* src/itdb_device.c: fix typoes in iPod Touch model lists
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1792 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/itdb_device.c | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2007-11-16 Christophe Fergeau <teuf@gnome.org> + + * src/itdb_device.c: fix typoes in iPod Touch model lists + 2007-11-14 Christophe <teuf@gnome.org> * src/itdb_itunesdb.c: use libgpod as the prefix of music files to diff --git a/src/itdb_device.c b/src/itdb_device.c index 49aa9be..e1337cc 100644 --- a/src/itdb_device.c +++ b/src/itdb_device.c @@ -185,7 +185,7 @@ static const Itdb_IpodInfo ipod_info_table [] = { /* iPod touch G1 */ /* With touch screen */ {"A623", 8, ITDB_IPOD_MODEL_TOUCH_BLACK, ITDB_IPOD_GENERATION_TOUCH_1, 14}, - {"A627", 16, ITDB_IPOD_MODEL_NANO_SILVER, ITDB_IPOD_GENERATION_TOUCH_1, 28}, + {"A627", 16, ITDB_IPOD_MODEL_TOUCH_BLACK, ITDB_IPOD_GENERATION_TOUCH_1, 28}, /* No known model number -- create a Device/SysInfo file with @@ -257,7 +257,7 @@ static const gchar *ipod_generation_name_table [] = { N_("Video (1st Gen.)"), N_("Video (2nd Gen.)"), N_("Classic"), - N_("Touch (Read-Only)"), + N_("Touch"), N_("Unused"), N_("Unused"), NULL |