From fe18f7e3c3294e2b9b772070896c9f96184f86a5 Mon Sep 17 00:00:00 2001 From: anbr Date: Wed, 12 Jan 2011 21:02:47 +0100 Subject: Add italian translation (Support #490) --- setup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.c') diff --git a/setup.c b/setup.c index a1708fe..bf04618 100644 --- a/setup.c +++ b/setup.c @@ -230,9 +230,9 @@ void cMenuSetupDVDSwitch::Set(void) DModes[2] = tr("Directories"); static const char *CTypes[3]; - CTypes[0] = tr("Image-Type"); + CTypes[0] = tr("Image type"); CTypes[1] = tr("Directories"); - CTypes[2] = tr("File-Type"); + CTypes[2] = tr("File type"); static const char *SModes[3]; SModes[0] = tr("none"); -- cgit v1.2.3