diff --git a/e107_admin/language.php b/e107_admin/language.php index 312a3fce6..2d2014170 100644 --- a/e107_admin/language.php +++ b/e107_admin/language.php @@ -405,12 +405,12 @@ if (isset($_POST['edit_existing'])) // Drop tables ? isset() if (varset($_POST['create_edit_existing'])) { - $baction = 'create'; + $baction = 'btn create'; $bcaption = LANG_LAN_06; } else { - $baction = 'update'; + $baction = 'btn update'; $bcaption = LAN_UPDATE; } $text .= " @@ -503,7 +503,7 @@ function multilang_prefs() ".LANG_LAN_18." -
".LANG_LAN_19."
+ ".LANG_LAN_19." @@ -658,8 +658,8 @@ function multilang_db() if (count($installed)) { //FIXME sprintf - $text .= " - "; + $text .= " + "; } elseif ($e_language != $pref['sitelanguage']) {