From: Fabio Comuni Date: Tue, 15 Feb 2011 13:40:26 +0000 (+0100) Subject: Small tweaks to string_translator X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5cfefba5c8852c101ad62b0a59410705fa15b842;p=friendica.git Small tweaks to string_translator --- 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 "
"; }