aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-05-28 16:00:34 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-05-28 16:00:34 +0000
commit9f58b8821b335c1c3851ae60f998c693b1eca377 (patch)
tree4ac3a7773cf3eda9bde7b0622a263a6df1133dcf
parent4dfd979264401bdf01323336f3d8eb30f9184309 (diff)
downloadrpmdrake-9f58b8821b335c1c3851ae60f998c693b1eca377.tar
rpmdrake-9f58b8821b335c1c3851ae60f998c693b1eca377.tar.gz
rpmdrake-9f58b8821b335c1c3851ae60f998c693b1eca377.tar.bz2
rpmdrake-9f58b8821b335c1c3851ae60f998c693b1eca377.tar.xz
rpmdrake-9f58b8821b335c1c3851ae60f998c693b1eca377.zip
fix typo
-rwxr-xr-xrpmdrake5
1 files 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();