aboutsummaryrefslogtreecommitdiffstats
path: root/langs/report.php
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2014-10-08 21:18:31 +0200
committerfilip <filip.komar@gmail.com>2014-10-08 21:18:31 +0200
commit330512aeef800f66fa70c82c0d6a7def0da7e597 (patch)
tree4dc361de1fd5467b3d525145fd05bb8f35930c0d /langs/report.php
parent84ed50cae8cfe1a6038e102bf5b3780118328975 (diff)
downloadwww-330512aeef800f66fa70c82c0d6a7def0da7e597.tar
www-330512aeef800f66fa70c82c0d6a7def0da7e597.tar.gz
www-330512aeef800f66fa70c82c0d6a7def0da7e597.tar.bz2
www-330512aeef800f66fa70c82c0d6a7def0da7e597.tar.xz
www-330512aeef800f66fa70c82c0d6a7def0da7e597.zip
more space for numbers on l10n report
Diffstat (limited to 'langs/report.php')
-rw-r--r--langs/report.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/langs/report.php b/langs/report.php
index 90d7a8f8f..d493c6971 100644
--- a/langs/report.php
+++ b/langs/report.php
@@ -301,14 +301,14 @@
$summary_text = 'Summary for each of ' . $num_of_enFiles . ' resources';
$display_array = $resource_summary;
$progress = 'References</th><th>Progress';
- $stats_width = '55px';
+ $stats_width = '65px';
} else if ($all_languages_only_one_resource) {
$report_text = '<p>Restore <a href="?r=all" title="see all resources">all resources</a>.</p>';
$count = 'Together ' . count($otherLangs) . ' languages';
$summary_text = 'Summary for resource: ' . $one_resource;
$eng_language = array_shift($language_summary); // shift English for proper sorting
$display_array = $language_summary;
- $stats_width = '60px';
+ $stats_width = '65px';
$progress = 'References</th><th>Progress';
} else { // all languages, all resources
$report_text = ''; // <p>Overview of all languages.</p>
@@ -317,7 +317,7 @@
$eng_language = array_shift($language_summary); // shift English for proper sorting
$display_array = $language_summary;
$sum_for_stat = $total_num_of_strings;
- $stats_width = '70px';
+ $stats_width = '85px';
$references = '';
$progress = 'Progress';
}