diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-05-28 16:00:34 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-05-28 16:00:34 +0000 |
commit | 9f58b8821b335c1c3851ae60f998c693b1eca377 (patch) | |
tree | 4ac3a7773cf3eda9bde7b0622a263a6df1133dcf | |
parent | 4dfd979264401bdf01323336f3d8eb30f9184309 (diff) | |
download | rpmdrake-9f58b8821b335c1c3851ae60f998c693b1eca377.tar rpmdrake-9f58b8821b335c1c3851ae60f998c693b1eca377.tar.gz rpmdrake-9f58b8821b335c1c3851ae60f998c693b1eca377.tar.bz2 rpmdrake-9f58b8821b335c1c3851ae60f998c693b1eca377.tar.xz rpmdrake-9f58b8821b335c1c3851ae60f998c693b1eca377.zip |
fix typo
-rwxr-xr-x | rpmdrake | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -61,10 +61,10 @@ sub interactive_msg_ { interactive_msg(@_, if_(exists $w->{rwindow}, transient sub interactive_list_ { interactive_list(@_, if_(exists $w->{rwindow}, transient => $w->{rwindow})) }; sub wait_msg_ { wait_msg(@_, if_(exists $w->{rwindow}, transient => $w->{rwindow})) }; -$> and interactive_msg_(N("Running in user mode"), +$> and (interactive_msg_(N("Running in user mode"), N("You are launching this program as a normal user. You will not be able to perform modifications on the system, -but you may still browse the existing database."), yesno => 1, text => { yes => N("Ok"), no => N("Cancel") }) or myexit(0); +but you may still browse the existing database."), yesno => 1, text => { yes => N("Ok"), no => N("Cancel") }) or myexit(0)); sub ctreefy { $_[0] =~ s,/,|,g; $_[0] } @@ -839,7 +839,6 @@ column). Then, restart MandrakeUpdate.", $update_name)); myexit(-1); - print "meuh\n"; } mu_retry_another_mirror: my $m = choose_mirror(); |