From 1f3a2cc29b92ab9a1c71c7b159d3d33066b33831 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Mon, 11 Mar 2002 18:38:40 +0000 Subject: small cahnge to make some strings found by xgettext --- control-center | 4 ++-- 1 file 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'], -- cgit v1.2.1