diff options
-rwxr-xr-x | control-center | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/control-center b/control-center index 2add7607..249648aa 100755 --- a/control-center +++ b/control-center @@ -403,11 +403,11 @@ my %programs = }, - "Mandrake Online" => + "Mandrakeonline" => { binary => "$xbindir/mdkonline", embedded => 1, - description => N("Mandrake Online"), + description => N("Mandrakeonline"), long_description => N("Upload your configuration in order to keep you informed about security updates and useful upgrades"), icon => 'mdkonline-mdk', expert_mode => 1, @@ -714,7 +714,7 @@ my @tree = ), if_($isParkRpmDrake, "Manage park"), if_($isDrakStats, "Package stats"), - "Mandrake Online" + "Mandrakeonline" ] ]), |