From 25001f1e727831ad1d71eff4087a7bb91eb6b1d1 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 6 Aug 2003 16:06:50 +0000 Subject: rpmdrake: now we try to call 'them' "Media" rather than "Sources" --- control-center | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/control-center b/control-center index 40062713..a9a1539e 100755 --- a/control-center +++ b/control-center @@ -134,7 +134,7 @@ my $exec_hash = "Security Level" => [ "draksec", "$sbindir/draksec", 1, N("DrakSec helps you set the system security level") ], "Security Permissions" => [ "drakperm", "$sbindir/drakperm", 1, N("DrakPerm helps you fine-tune the system security level and permissions") ], "Services" => [ "drakxservices", "$sbindir/drakxservices", 1, N("DrakXServices helps you enable or disable services") ], - "Software Sources Manager" => [ "rpmdrake", "$sbindir/edit-urpm-sources.pl", -1, N("Software Sources Manager helps you define where software packages are downloaded from") ], + "Software Media Manager" => [ "rpmdrake", "$sbindir/edit-urpm-sources.pl", -1, N("Software Media Manager helps you define where software packages are downloaded from") ], "TV Cards" => [ "drakxtv", "$sbindir/drakxtv", 1, N("DrakxTV helps you set up your TV card") ], "Users" => [ "userdrake", "$bindir/userdrake", -1, N("UserDrake helps you add, remove or change users of your system") ], # too big "WebDAV mount points" => [ "diskdrake", "$sbindir/diskdrake --dav", 1, N("Set WebDAV mount points") ], @@ -225,7 +225,7 @@ my @tree = [ "Install Software", 'rpmdrake' ], [ "Remove Software", 'rpmdrake-remove' ], [ "Mandrake Update", 'MandrakeUpdate' ], - [ "Software Sources Manager", 'source-manager' ], + [ "Software Media Manager", 'source-manager' ], ] ]), if_($::isWiz, -- cgit v1.2.1