diff options
-rwxr-xr-x | control-center | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/control-center b/control-center index 3e34eb44..4eb54efe 100755 --- a/control-center +++ b/control-center @@ -745,8 +745,6 @@ sub about_mdk_cc { #-PO If your language allows it, use eacute for first "e" and egrave for 2nd. _("Helene Durosini"), 'ln@mandrakesoft.com'], [ '', 'Anh-Van Nguyen' ,'avnguyen@mandrakesoft.com'], - [ '', 'Tigert', 'tigert@ximian.com'], - [ '', 'Jakub "Jimmac" Steiner ', 'jimmac@linux.com.nospam'], ); $clist->set_selectable($_, 0) foreach (0..$i); $clist->columns_autosize(); @@ -756,7 +754,7 @@ sub about_mdk_cc { -r "$themes_dir/$theme/splash_screen_about.png" ? (0, gtkpng("splash_screen_about")) : (1, gtksetstyle(new Gtk::Label(_("Mandrake Control Center %s\n", $_version)), $style1),), 0, new Gtk::Label(''), - 0, new Gtk::Label(_("Copyright (C) 2001 Mandrakesoft SA")), + 0, new Gtk::Label(_("Copyright (C) 2001-2002 Mandrakesoft SA")), 0, new Gtk::Label(''), 1, $clist, ); |