diff options
Diffstat (limited to 'translator/index.php')
| -rw-r--r-- | translator/index.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/translator/index.php b/translator/index.php index 54253f8c1..9e033515c 100644 --- a/translator/index.php +++ b/translator/index.php @@ -115,9 +115,11 @@ 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>'; +else if (empty($file)) +{ + echo '<h4>Current completeness status</h4>'; + echo '<div>'.localization_stats().'</div>'; +} ?> </div> |
