summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}));
}
}