From d69fc6f06d8666edd7f2362878acb52d566d3f96 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 17 Sep 2002 15:06:46 +0000 Subject: disable translator display --- control-center | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control-center b/control-center index 6b2531d2..568eb645 100755 --- a/control-center +++ b/control-center @@ -759,7 +759,7 @@ sub about_mdk_cc { my $translator_name = _("~ * ~"); #-PO Add your E-Mail address here if you want to show it in the about doialog. my $translator_email = _("~ @ ~"); - if ( "$translator_name" ne "~ * ~ " ){ + if ( $translator_name ne "~ * ~ " && 0){ $i++, $clist->append(@$_) foreach ( [ '', ''], [ _("Translator: "), -- cgit v1.2.1