From 330512aeef800f66fa70c82c0d6a7def0da7e597 Mon Sep 17 00:00:00 2001 From: filip Date: Wed, 8 Oct 2014 21:18:31 +0200 Subject: more space for numbers on l10n report --- langs/report.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'langs/report.php') 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 = 'ReferencesProgress'; - $stats_width = '55px'; + $stats_width = '65px'; } else if ($all_languages_only_one_resource) { $report_text = '

Restore all resources.

'; $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 = 'ReferencesProgress'; } else { // all languages, all resources $report_text = ''; //

Overview of all languages.

@@ -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'; } -- cgit v1.2.1