diff options
author | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-06 02:16:32 +0000 |
---|---|---|
committer | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-06 02:16:32 +0000 |
commit | befd324a2ef5f487e788bc6ed6c5de0dd7a9d751 (patch) | |
tree | 52c8293eb87819c6f2f4808d3dedc1dc0d51d87c /lib/MDV/Control_Center.pm | |
parent | 814a3b5d0768d15c62f4d62f784764eea4141fe9 (diff) | |
download | control-center-befd324a2ef5f487e788bc6ed6c5de0dd7a9d751.tar control-center-befd324a2ef5f487e788bc6ed6c5de0dd7a9d751.tar.gz control-center-befd324a2ef5f487e788bc6ed6c5de0dd7a9d751.tar.bz2 control-center-befd324a2ef5f487e788bc6ed6c5de0dd7a9d751.tar.xz control-center-befd324a2ef5f487e788bc6ed6c5de0dd7a9d751.zip |
Synthesized commit during git-svn import combining previous Mandriva history with Magiea.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r433 | dmorgan | 2011-02-06 02:16:32 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned control-center
------------------------------------------------------------------------
Diffstat (limited to 'lib/MDV/Control_Center.pm')
-rwxr-xr-x | lib/MDV/Control_Center.pm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm index 07133e93..f60d4afa 100755 --- a/lib/MDV/Control_Center.pm +++ b/lib/MDV/Control_Center.pm @@ -342,22 +342,22 @@ our %programs = icon => 'drakpark-mdk', }, - "Mandriva Tools Authentication" => + "Mageia Tools Authentication" => { binary => "$sbindir/draksec", embedded => 1, - description => N("Configure authentication for Mandriva tools"), - long_description => N("Define authentication required to access individual Mandriva configuration tools "), + description => N("Configure authentication for Mageia tools"), + long_description => N("Define authentication required to access individual Mageia configuration tools "), icon => 'drakperm-mdk', }, - "Mandriva Update" => + "Mageia Update" => { - binary => "$sbindir/MandrivaUpdate", + binary => "$sbindir/MageiaUpdate", embedded => 1, description => N("Update your system"), long_description => N("Look at available updates and apply any fixes or upgrades to installed packages"), - icon => 'MandrivaUpdate', + icon => 'MageiaUpdate', application_driven_menu => 1, }, |