summaryrefslogtreecommitdiffstats
path: root/src
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
commit95b9d4fa940e85e5d9bedd03e32442bdbe76a145 (patch)
treef5987fcc1b5bac701888574f18c542796f4d3544 /src
parent6a15b6cf5869cfe28ff5e96c6f303dc7ef06c4a1 (diff)
downloadlibgpod-95b9d4fa940e85e5d9bedd03e32442bdbe76a145.tar.gz
libgpod-95b9d4fa940e85e5d9bedd03e32442bdbe76a145.tar.xz
libgpod-95b9d4fa940e85e5d9bedd03e32442bdbe76a145.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
Diffstat (limited to 'src')
-rw-r--r--src/itdb_device.c4
1 files changed, 2 insertions, 2 deletions
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