From 5cfefba5c8852c101ad62b0a59410705fa15b842 Mon Sep 17 00:00:00 2001
From: Fabio Comuni
Date: Tue, 15 Feb 2011 14:40:26 +0100
Subject: [PATCH] Small tweaks to string_translator
---
util/string_translator.php | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/util/string_translator.php b/util/string_translator.php
index 4d24f7a6f..4112d9506 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 "
";
foreach($LANGS as $l){
- echo "- $l
";
+ echo "$l, ";
}
-echo "
";
+echo "";
$strings['en'] = loadstrings();
@@ -156,7 +156,7 @@ if (isset($_GET['lang'])){
$istranslate = $translation != '' ? 'yes':'no';
echo "";
- echo "";
+ echo " ";
echo "";
echo "
";
}