diff options
Diffstat (limited to 'translator/index.php')
| -rw-r--r-- | translator/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/translator/index.php b/translator/index.php index 807159e30..54253f8c1 100644 --- a/translator/index.php +++ b/translator/index.php @@ -115,6 +115,9 @@ if (isset($_POST["save"]) && $file && $lang) echo '<p><input id="hilight" class="button" type="button" value="Select all" onclick="javascript:this.form.text_area.focus();this.form.text_area.select();" /></p>'; echo "\n</form></div>"; } +else + + echo '<div align="center">'.localization_stats().'</div>'; ?> </div> |
