summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-03-03 16:51:07 +0000
committerThierry Vignaud <tv@mandriva.org>2008-03-03 16:51:07 +0000
commit81d9d6c6e4644589f7c29d062bfaf672b198274f (patch)
tree0f5a979178efded4ea1754a60cd0edd1a0e7358d /gurpmi2
parenta4137d5f8abf22874fdc569bfb9d3386b261291d (diff)
downloadurpmi-81d9d6c6e4644589f7c29d062bfaf672b198274f.tar
urpmi-81d9d6c6e4644589f7c29d062bfaf672b198274f.tar.gz
urpmi-81d9d6c6e4644589f7c29d062bfaf672b198274f.tar.bz2
urpmi-81d9d6c6e4644589f7c29d062bfaf672b198274f.tar.xz
urpmi-81d9d6c6e4644589f7c29d062bfaf672b198274f.zip
(copy_removable) do not pass the device around (we don't want to force a device anymore)
Diffstat (limited to 'gurpmi2')
-rwxr-xr-xgurpmi22
1 files changed, 1 insertions, 1 deletions
diff --git a/gurpmi2 b/gurpmi2
index ee40c6a8..2b6bed4b 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -261,7 +261,7 @@ sub do_install_3 () {
},
copy_removable => sub {
my $w = Gtk2::MessageDialog->new($mainw, [qw(modal destroy-with-parent)], 'warning', 'ok-cancel',
- N("Please insert the medium named \"%s\" on device [%s]", $_[0], $_[1])
+ N("Please insert the medium named \"%s\"", $_[0])
);
my $response = $w->run;
$w->destroy;