summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--src/itdb_device.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b792ec..d2b1d2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-10-01 Christophe Fergeau <teuf@gnome.org>
+ * src/itdb_device.c: add missing name for the yellow ipod nano
+
+2008-10-01 Christophe Fergeau <teuf@gnome.org>
+
* src/itdb_device.c: and add SN for the 8GB Red Nano
2008-10-01 Christophe Fergeau <teuf@gnome.org>
diff --git a/src/itdb_device.c b/src/itdb_device.c
index 22ef360..f9b477d 100644
--- a/src/itdb_device.c
+++ b/src/itdb_device.c
@@ -276,6 +276,7 @@ static const gchar *ipod_model_name_table [] = {
N_("Nano (Green)"),
N_("Nano (Pink)"),
N_("Nano (Red)"),
+ N_("Nano (Yellow)"),
N_("Nano (Purple)"),
N_("Nano (Orange)"),
N_("iPhone (1)"),