diff options
-rwxr-xr-x | control-center | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/control-center b/control-center index 696cea9a..d19efaba 100755 --- a/control-center +++ b/control-center @@ -750,12 +750,12 @@ sub about_mdk_cc { $i++, $clist->append(@$_) foreach ([ _("Authors: "), '', ''], [ '', 'Thierry Vignaud', 'tvignaud@mandrakesoft.com'], [ '', 'Daouda Lo', 'daouda@mandrakesoft.com'], - # [ '', ''], + [ '', ''], # [ _("Old authors: "), '', ''], # [ '', 'Chmouel Boudjnah', 'original C version'], # [ '', 'Damien "dams" Krotkine', 'perl version'], # [ '', 'Yves Duret', 'logdrake integration'], - # [ '', ''], + [ '', ''], [ _("Artwork: "), #-PO If your language allows it, use eacute for first "e" and egrave for 2nd. _("Helene Durosini"), 'ln@mandrakesoft.com'], |