- correct language-name, fixes #85

This commit is contained in:
Michael Kaufmann (d00p)
2010-03-25 08:28:12 +00:00
parent a3a3dec68c
commit 677cd54e1c
2 changed files with 2 additions and 2 deletions

View File

@@ -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');