aboutsummaryrefslogtreecommitdiffstats
path: root/langs/report.php
diff options
context:
space:
mode:
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';
}