summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center4
1 files changed, 2 insertions, 2 deletions
diff --git a/control-center b/control-center
index 0a8040d1..3af9b9ba 100755
--- a/control-center
+++ b/control-center
@@ -735,10 +735,10 @@ sub about_mdk_cc {
$style2->font(Gtk::Gdk::Font->fontset_load(_("-*-helvetica-medium-r-bold-*-14-*-100-100-p-*-iso8859-1,*-r-*")));
my $clist = new Gtk::CList(3);
my $i = -1;
- $i++, $clist->append(@$_) foreach ([ _('Author: '), 'Damien Krotkine', 'damien@mandrakesoft.com'],
+ $i++, $clist->append(@$_) foreach ([ _("Author: "), 'Damien Krotkine', 'damien@mandrakesoft.com'],
[ '', 'Yves Duret', 'yduret@mandrakesoft.com'],
[ '', ''],
- [ _('Artwork: '), 'Hélène Durosini', 'ln@mandrakesoft.com'],
+ [ _("Artwork: "), _("Helene Durosini"), 'ln@mandrakesoft.com'],
[ '', 'Anh-Van Nguyen' ,'avnguyen@mandrakesoft.com'],
[ '', 'Tigert', 'tigert@ximian.com'],
[ '', 'Jakub "Jimmac" Steiner ', 'jimmac@linux.com.nospam'],