summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-09-13 09:27:22 +0000
committerThierry Vignaud <tv@mandriva.org>2007-09-13 09:27:22 +0000
commit6d56f7c2955e53ef6038569a4711e5bd6ca69664 (patch)
tree9300c4ea7c389326d74b1e562a791e12f7dbc82e
parent7c060a6cb8d825e818ad9b1e60d4db5312aaae05 (diff)
downloadcontrol-center-6d56f7c2955e53ef6038569a4711e5bd6ca69664.tar
control-center-6d56f7c2955e53ef6038569a4711e5bd6ca69664.tar.gz
control-center-6d56f7c2955e53ef6038569a4711e5bd6ca69664.tar.bz2
control-center-6d56f7c2955e53ef6038569a4711e5bd6ca69664.tar.xz
control-center-6d56f7c2955e53ef6038569a4711e5bd6ca69664.zip
improve display of translators (still disabled)
-rwxr-xr-xcontrol-center3
1 files changed, 2 insertions, 1 deletions
diff --git a/control-center b/control-center
index d23cafa5..fec8dc67 100755
--- a/control-center
+++ b/control-center
@@ -1982,7 +1982,8 @@ sub about_mdk_cc() {
#-PO Add your E-Mail address here if you want to show it in the about doialog.
my $translator_email = N("_: EMAIL OF TRANSLATORS\nYour emails");
if ($translator_name ne "Your names" && 0) {
- $tree_model->append_set(undef, [ 0 => $_->[0], 1 => $_->[1] ]) foreach [ '', '' ], [ N("Translator: "), $translator_name, $translator_email ];
+ $tree_model->append_set(undef, [ 0 => $_->[0], 1 => $_->[1] ]) foreach [ '', '' ], [ N("Translator: ") ];
+ $tree_model->append_set(undef, [ 0 => $_->[0], 1 => $_->[1] ]) foreach [ '', $translator_name, $translator_email ];
}
$list->get_selection->set_mode('none');