aboutsummaryrefslogtreecommitdiffstats
path: root/langs/report.php
diff options
context:
space:
mode:
Diffstat (limited to 'langs/report.php')
-rw-r--r--langs/report.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/langs/report.php b/langs/report.php
index c0a3d1f40..90d7a8f8f 100644
--- a/langs/report.php
+++ b/langs/report.php
@@ -345,6 +345,7 @@
foreach ($display_array as $one_member) {
$translation_status = 'translated: ' . $one_member['num_of_translated_strings'];
$translation_status .= ', fuzzy or missing: ' . $one_member['num_of_fuzzy_or_missing_strings'];
+ $translation_status .= ', untranslated: ' . $one_member['num_of_untranslated_strings'];
if ($one_language_all_resources) {
$first_clmn = $one_member['resource_filename'];
$link_one = '<a href="?r=' . $first_clmn . '" title="%s">';