summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-03-16 09:35:34 +0000
committerThierry Vignaud <tv@mageia.org>2013-03-16 09:35:34 +0000
commit3b47b1c25bcfd076c767c0f0eecdea1af451923f (patch)
tree72b785ddf3b5ea9410d15fc5d61356e8e33e689f /gurpmi2
parentb5cd309e4d79babfe9da2dbd083919580f7ac8c8 (diff)
downloadurpmi-3b47b1c25bcfd076c767c0f0eecdea1af451923f.tar
urpmi-3b47b1c25bcfd076c767c0f0eecdea1af451923f.tar.gz
urpmi-3b47b1c25bcfd076c767c0f0eecdea1af451923f.tar.bz2
urpmi-3b47b1c25bcfd076c767c0f0eecdea1af451923f.tar.xz
urpmi-3b47b1c25bcfd076c767c0f0eecdea1af451923f.zip
update comment about Hal -> udisks
Diffstat (limited to 'gurpmi2')
-rwxr-xr-xgurpmi22
1 files changed, 1 insertions, 1 deletions
diff --git a/gurpmi2 b/gurpmi2
index 752d9cf3..29ba0275 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -267,7 +267,7 @@ sub do_install_3 () {
ask_continue_blocking("$msg\n$msg2");
},
copy_removable => sub {
- #FIXME: use use hal to wait-for/mount cdroms:
+ #FIXME: use use udisks to wait-for/mount cdroms:
my $w = Gtk2::MessageDialog->new($mainw, [qw(modal destroy-with-parent)], 'warning', 'ok-cancel',
N("Please insert the medium named \"%s\"", $_[0])
);