summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl
index 57889b6602c..e5043902c85 100755
--- a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl
+++ b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl
@@ -44,7 +44,7 @@ sub _ ($) {
return $s if !defined($LANG);
# if $LANG is set but no translation print $s, and warn
if (!defined($TRANS{$LANG})) {
- printf STDERR "no translation available for $LANG, continuing in English\n";
+ printf STDERR "===$ss===MISSING\n";
return $s;
}
# if the translation is defined return it