diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-09-07 07:41:10 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-09-07 07:41:10 +0000 |
commit | 3aba53ce4ae1a0bae6484111b301d4de539a05e6 (patch) | |
tree | 142764b9cf9dd546a3dfb2d22ad2a0e467db9cc9 | |
parent | 4e233e496f0b6e8f7006e280d93eabd3a47d559e (diff) | |
download | control-center-3aba53ce4ae1a0bae6484111b301d4de539a05e6.tar control-center-3aba53ce4ae1a0bae6484111b301d4de539a05e6.tar.gz control-center-3aba53ce4ae1a0bae6484111b301d4de539a05e6.tar.bz2 control-center-3aba53ce4ae1a0bae6484111b301d4de539a05e6.tar.xz control-center-3aba53ce4ae1a0bae6484111b301d4de539a05e6.zip |
changed strings used for translator names to more standard things
-rwxr-xr-x | control-center | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/control-center b/control-center index 2f8e0847..d9ce7f4a 100755 --- a/control-center +++ b/control-center @@ -1103,10 +1103,10 @@ sub about_mdk_cc() { # friends that thez participated ... #-PO Add your Name here to find it in the About section in your language. - my $translator_name = N("~ * ~"); + my $translator_name = N("_: NAME OF TRANSLATORS\nYour names"); #-PO Add your E-Mail address here if you want to show it in the about doialog. - my $translator_email = N("~ @ ~"); - if ($translator_name ne "~ * ~ " && 0) { + my $translator_email = N("_: EMAIL OF TRANSLATORS\nYour emails"); + if ($translator_name ne "Your names" && 0) { $list->append_set(undef, [ 0 => $_->[0], 1 => $_->[1] ]) foreach [ '', '' ], [ N("Translator: "), $translator_name, $translator_email ]; } $list->get_selection->set_mode('none'); |