From 9f58b8821b335c1c3851ae60f998c693b1eca377 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 28 May 2003 16:00:34 +0000 Subject: fix typo --- rpmdrake | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rpmdrake b/rpmdrake index 47d539b3..e33ffe5f 100755 --- a/rpmdrake +++ b/rpmdrake @@ -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(); -- cgit v1.2.1