diff options
Diffstat (limited to 'langs/diff.php')
-rw-r--r-- | langs/diff.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/diff.php b/langs/diff.php index d56be7f8e..68e741cd4 100644 --- a/langs/diff.php +++ b/langs/diff.php @@ -65,7 +65,7 @@ if($license) { if($constitution || $license) { $s .= 'Please read <a href="https://wiki.mageia.org/en/Internationalisation_Team_%28i18n%29#Special_cases_of_web_pages">page on wiki for more information</a> about that.</p>'; } -foreach (array('missing' => 'missing strings', 'notrans' => 'untranslated strings', 'extra' => 'unused (old) strings') as $type => $name) { +foreach (array('missing' => 'missing strings', 'notrans' => 'untranslated strings', 'extra' => 'unused (old) strings', 'dup_str' => 'duplicate strings') as $type => $name) { if (count($diff[$type]) > 0) { $s .= sprintf('<h2>%d %s:</h2>', count($diff[$type]), $name); |