From aa6b50c0afd2965be3062e6813df038b8ddc9468 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 2 Oct 2009 16:42:20 +0200 Subject: [PATCH] =?utf8?q?Auch=20die=20Gesamtzahl=20an=20zu=20=C3=BCberset?= =?utf8?q?zenden=20Begriffen=20anzeigen,=20wenn=20welche=20fehlen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- locale/de/locales.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/de/locales.pl b/locale/de/locales.pl index a497ee691..7cc3c5302 100755 --- a/locale/de/locales.pl +++ b/locale/de/locales.pl @@ -315,7 +315,7 @@ if ($opt_c) { $per = sprintf("%.1f", ($count - $notext) / $count * 100); print "\n$trlanguage - ${per}%"; -print " - $notext missing" if $notext; +print " - $notext/$count missing" if $notext; print "\n"; exit; @@ -577,7 +577,7 @@ sub scanhtmlfile { substr($line, 0, $+[0]) = ""; $text =~ s/\s+/ /g; - $copying = 0; + $copying = 0; if ($issubmit) { # $submit{$text} = 1; $cached{$_[0]}{submit}{$text} = 1; -- 2.20.1