From 677cd54e1c5081c547112f0fc2ecfc1cd02ccc41 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Thu, 25 Mar 2010 08:28:12 +0000 Subject: [PATCH] - correct language-name, fixes #85 --- install/froxlor.sql | 2 +- install/updates/froxlor/0.9/update_0.9.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/froxlor.sql b/install/froxlor.sql index 5b9e4a37..dd93c1e5 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -731,7 +731,7 @@ INSERT INTO `panel_languages` VALUES (13, 'Dutch', 'lng/dutch.lng.php'); INSERT INTO `panel_languages` VALUES (14, 'Hungarian', 'lng/hungarian.lng.php'); INSERT INTO `panel_languages` VALUES (15, 'Swedish', 'lng/swedish.lng.php'); INSERT INTO `panel_languages` VALUES (16, 'Czech', 'lng/czech.lng.php'); -INSERT INTO `panel_languages` VALUES (17, 'Polska', 'lng/polish.lng.php'); +INSERT INTO `panel_languages` VALUES (17, 'Polski', 'lng/polish.lng.php'); # -------------------------------------------------------- diff --git a/install/updates/froxlor/0.9/update_0.9.inc.php b/install/updates/froxlor/0.9/update_0.9.inc.php index 9bd5bb06..8abee6c1 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -352,7 +352,7 @@ if(isFroxlorVersion('0.9.3-svn2')) lastStepStatus(0); showUpdateStep("Adding new language: Polish"); - $db->query("INSERT INTO `".TABLE_PANEL_LANGUAGE."` SET `language` = 'Polska', `file` = 'lng/polish.lng.php'"); + $db->query("INSERT INTO `".TABLE_PANEL_LANGUAGE."` SET `language` = 'Polski', `file` = 'lng/polish.lng.php'"); lastStepStatus(0); updateToVersion('0.9.3-svn3');