summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2007-09-30 11:41:19 +0000
committerChristophe Fergeau <teuf@gnome.org>2007-09-30 11:41:19 +0000
commitfccdac2a079fc77f885f9a145753c881c2bfa5ef (patch)
treef5987fcc1b5bac701888574f18c542796f4d3544
parentff856368cc4d49c3403a206b9f4b66c7cbc7f6be (diff)
downloadlibgpod-tmz-fccdac2a079fc77f885f9a145753c881c2bfa5ef.tar.gz
libgpod-tmz-fccdac2a079fc77f885f9a145753c881c2bfa5ef.tar.xz
libgpod-tmz-fccdac2a079fc77f885f9a145753c881c2bfa5ef.zip
* src/itdb_device.c: fix typo and don't mark iPod Classic as read-only
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1707 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--ChangeLog6
-rw-r--r--src/itdb_device.c4
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e3673d..c05bf36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2007-09-28 Christophe Fergeau <christophe@anevia.com>
+2007-09-30 Christophe Fergeau <teuf@gnome.org>
+
+ * src/itdb_device.c: fix typo and don't mark iPod Classic as read-only
+
+2007-09-28 Christophe Fergeau <teuf@gnome.org>
* tools/read-sysinfoextended-sgutils.c: (main): use g_build_filename
instead of itdb_resolve_filename since the latter will fail if
diff --git a/src/itdb_device.c b/src/itdb_device.c
index 29ff0eb..e35cbaf 100644
--- a/src/itdb_device.c
+++ b/src/itdb_device.c
@@ -256,8 +256,8 @@ static const gchar *ipod_generation_name_table [] = {
N_("Nano Video (3rd Gen.)"),
N_("Video (1st Gen.)"),
N_("Video (2nd Gen.)"),
- N_("Classic (Read-Only)"),
- N_("Touch (Reead-Only)"),
+ N_("Classic"),
+ N_("Touch (Read-Only)"),
N_("Unused"),
N_("Unused"),
NULL