diff options
author | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-12 01:11:25 +0000 |
---|---|---|
committer | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-12 01:11:25 +0000 |
commit | 66dedff5933710d15a6a9c16cf4f5a9f1a238f7c (patch) | |
tree | fa7967d1273f957afe0681d1b7995620420898c6 | |
parent | b2ba006be05dcc45e81f54942ceeb62819440b83 (diff) | |
download | vdr-plugin-menuorg-66dedff5933710d15a6a9c16cf4f5a9f1a238f7c.tar.gz vdr-plugin-menuorg-66dedff5933710d15a6a9c16cf4f5a9f1a238f7c.tar.bz2 |
fixed the i18n translation warning
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5687 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
-rw-r--r-- | src/i18n.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/i18n.cpp b/src/i18n.cpp index da7d394..816a01e 100644 --- a/src/i18n.cpp +++ b/src/i18n.cpp @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id:$ + * $Id$ * */ @@ -25,8 +25,8 @@ const tI18nPhrase Phrases[] = { { - "Failed to load config file", - "Konnte Konfigurationsdatei nicht laden", + "Failed to load MenuOrg's config file!", + "Konnte die MenuOrg Konfigurationsdatei nicht laden", "", "", "", |