diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-03-03 16:51:07 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-03-03 16:51:07 +0000 |
commit | 81d9d6c6e4644589f7c29d062bfaf672b198274f (patch) | |
tree | 0f5a979178efded4ea1754a60cd0edd1a0e7358d /gurpmi2 | |
parent | a4137d5f8abf22874fdc569bfb9d3386b261291d (diff) | |
download | urpmi-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-x | gurpmi2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |