From 81d9d6c6e4644589f7c29d062bfaf672b198274f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 3 Mar 2008 16:51:07 +0000 Subject: (copy_removable) do not pass the device around (we don't want to force a device anymore) --- gurpmi2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1