summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-02-25 16:14:26 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-02-25 16:14:26 +0000
commitbd03f2381b97f88faebf1329fce4499835ebac1e (patch)
tree10bbb9f2e582f3eeefb0e029f238dd79731cd877
parent713f7fd7ee649be3e9f10fc1a92096238f1fcaed (diff)
downloadcontrol-center-bd03f2381b97f88faebf1329fce4499835ebac1e.tar
control-center-bd03f2381b97f88faebf1329fce4499835ebac1e.tar.gz
control-center-bd03f2381b97f88faebf1329fce4499835ebac1e.tar.bz2
control-center-bd03f2381b97f88faebf1329fce4499835ebac1e.tar.xz
control-center-bd03f2381b97f88faebf1329fce4499835ebac1e.zip
display a graphical warning when the translations are bogus
-rwxr-xr-xcontrol-center3
1 files changed, 3 insertions, 0 deletions
diff --git a/control-center b/control-center
index 1386d4de..4e2d96f0 100755
--- a/control-center
+++ b/control-center
@@ -1383,6 +1383,9 @@ foreach (keys %check_boxes) {
$widget->set_active($option_values{$_});
} else {
print STDERR qq(BUG with LANGUAGE "$ENV{LANGUAGE}" for "$_"\n);
+ err_dialog(N("Error"), N("There's a bug in translations of your language (%s)
+
+Please report that bug.", $ENV{LANGUAGE}));
}
}