diff options
author | Funda Wang <fwang@mandriva.org> | 2004-08-01 21:43:06 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2004-08-01 21:43:06 +0000 |
commit | 111499a3f24fb440b29f3c111e9cb16e3ef57dc9 (patch) | |
tree | 8ae0c05669503818d9c2b6abf07de6992efe161a | |
parent | acc2111387558d11ef6b802bd594a0bf35f0b22f (diff) | |
download | rpmdrake-111499a3f24fb440b29f3c111e9cb16e3ef57dc9.tar rpmdrake-111499a3f24fb440b29f3c111e9cb16e3ef57dc9.tar.gz rpmdrake-111499a3f24fb440b29f3c111e9cb16e3ef57dc9.tar.bz2 rpmdrake-111499a3f24fb440b29f3c111e9cb16e3ef57dc9.tar.xz rpmdrake-111499a3f24fb440b29f3c111e9cb16e3ef57dc9.zip |
s/Mandrake Linux/Mandrakelinux/, s/Mandrake Update/Mandrakeupdate
-rwxr-xr-x | rpmdrake | 12 |
1 files changed, 6 insertions, 6 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 Mandrakeupdate 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("Mandrake Update"), + update => N("Mandrakeupdate"), 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,14 +1535,14 @@ 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.") : N("Welcome to the software installation tool! -Your Mandrake Linux system comes with several thousands of software +Your Mandrakelinux system comes with several thousands of software packages on CDROM or DVD. This tool will help you choose which software you want to install on your computer.")) , yesno => 1) or myexit(-1); |