Translation replace tab by 4 spaces

This commit is contained in:
gmorel
2013-12-09 15:05:16 +01:00
parent 601aaf311d
commit 5c602bc2cb

View File

@@ -250,7 +250,7 @@ class TemplateHelper
$translation = str_replace("'", "\'", $translations[$key]);
fwrite($fp, sprintf("\t'%s' => '%s',\n", $text, $translation));
fwrite($fp, sprintf(" '%s' => '%s',\n", $text, $translation));
}
}