diff options
author | anbr <vdr07@deltab.de> | 2011-01-12 21:02:47 +0100 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2011-01-12 21:02:47 +0100 |
commit | fe18f7e3c3294e2b9b772070896c9f96184f86a5 (patch) | |
tree | e5c1b34a5b653bd003bc1064e40fe31243286dd1 /setup.c | |
parent | 63370045ba10c69e8c557c688b9ff692c8671324 (diff) | |
download | vdr-plugin-dvdswitch-fe18f7e3c3294e2b9b772070896c9f96184f86a5.tar.gz vdr-plugin-dvdswitch-fe18f7e3c3294e2b9b772070896c9f96184f86a5.tar.bz2 |
Add italian translation (Support #490)
Diffstat (limited to 'setup.c')
-rw-r--r-- | setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"); |