diff --git a/util/string_translator.php b/util/string_translator.php index 4d24f7a6f6..4112d9506a 100644 --- a/util/string_translator.php +++ b/util/string_translator.php @@ -4,6 +4,7 @@ @@ -78,14 +79,13 @@ function strhex($string) { echo "

Translator

"; -echo "

Utility to translate string.php file."; -echo " Need write permission to language file you want to modify

"; +echo "Utility to translate string.php file."; +echo " Need write permission to language file you want to modify"; echo "

Installed languages:"; -echo "

"; +echo "

"; $strings['en'] = loadstrings(); @@ -156,7 +156,7 @@ if (isset($_GET['lang'])){ $istranslate = $translation != '' ? 'yes':'no'; echo "
"; - echo "
"; + echo "
"; echo "
"; echo "
"; }