diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-08-02 00:18:44 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-08-02 00:18:44 +0000 |
commit | 22f42c2fd2bd2198cedba98c15f4982b7d53467a (patch) | |
tree | 407258c2a62851f7c288ed3db13415a7ac3cb663 | |
parent | 111499a3f24fb440b29f3c111e9cb16e3ef57dc9 (diff) | |
download | rpmdrake-22f42c2fd2bd2198cedba98c15f4982b7d53467a.tar rpmdrake-22f42c2fd2bd2198cedba98c15f4982b7d53467a.tar.gz rpmdrake-22f42c2fd2bd2198cedba98c15f4982b7d53467a.tar.bz2 rpmdrake-22f42c2fd2bd2198cedba98c15f4982b7d53467a.tar.xz rpmdrake-22f42c2fd2bd2198cedba98c15f4982b7d53467a.zip |
Restore actual program name (until a better one is found)
-rwxr-xr-x | rpmdrake | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -24,7 +24,7 @@ BEGIN { #- we want to run this code before the Gtk->init of the use-my_gtk my $basename = sub { local $_ = shift; s|/*\s*$||; s|.*/||; $_ }; "@ARGV" =~ /-h/ and do { printf qq(Usage: %s [OPTION]... - --no-confirmation don't ask first confirmation question in Mandrakeupdate mode + --no-confirmation don't ask first confirmation question in update mode --no-verify-rpm don't verify packages signatures --changelog-first display changelog before filelist in the description window --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found @@ -985,7 +985,7 @@ Is it ok to continue?", my %mode2title = ( remove => N("Software Packages Removal"), - update => N("Mandrakeupdate"), + update => N("Software Packages Update"), install => N("Software Packages Installation"), ); gtkadd( @@ -1083,7 +1083,7 @@ all of them are currently disabled. You should run the Software Media Manager to enable at least one (check it in the Enabled? column). -Then, restart Mandrakeupdate.")); +Then, restart MandrakeUpdate.")); myexit(-1); } mu_retry_another_mirror: @@ -1093,7 +1093,7 @@ N("You may also choose your desired mirror manually: to do so, launch the Software Media Manager, and then add a `Security updates' medium. -Then, restart Mandrakeupdate.")), myexit(-1); +Then, restart MandrakeUpdate.")), myexit(-1); add_medium_and_check($urpm, {}, $update_name, make_url_mirror($m), '../base/synthesis.hdlist.cz', update => 1); @update_medias = { name => $update_name }; #- hack to simulate a medium for parsing of descriptions @@ -1535,7 +1535,7 @@ Is it ok to continue?", This tool will help you choose which software you want to remove from your computer.") : $MODE eq 'update' ? - N("Welcome to Mandrakeupdate! + N("Welcome to MandrakeUpdate! This tool will help you choose the updates you want to install on your computer.") |