summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-06-08 18:52:23 +0000
committerThierry Vignaud <tv@mageia.org>2012-06-08 18:52:23 +0000
commit4755dc00329ff2269d96b53af232d2c021d300e9 (patch)
treedd5499c11024b5902f2ea123e03d16e9c8070a08 /urpmi
parent5b15a44230478fd298b3b81593b59f13edac5011 (diff)
downloadurpmi-4755dc00329ff2269d96b53af232d2c021d300e9.tar
urpmi-4755dc00329ff2269d96b53af232d2c021d300e9.tar.gz
urpmi-4755dc00329ff2269d96b53af232d2c021d300e9.tar.bz2
urpmi-4755dc00329ff2269d96b53af232d2c021d300e9.tar.xz
urpmi-4755dc00329ff2269d96b53af232d2c021d300e9.zip
(copy_removable) update comment
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index 03abd8b0..74df18ff 100755
--- a/urpmi
+++ b/urpmi
@@ -636,7 +636,7 @@ my $exit_code = urpm::main_loop::run($urpm, $state,
(!$urpm->{options}{auto} || $allow_medium_change ? (copy_removable => sub {
my $msg = N("Please insert the medium named \"%s\"", $_[0]);
if ($ENV{DISPLAY} && $::gui) {
- #- probably run from a drak tool
+ #- probably run from a drakx
my $gmessage = '/usr/bin/gmessage';
if (-x $gmessage) {
return system($gmessage, '-buttons', N("Ok") . ':1,' . N("Cancel") . ':0', "\n$msg\n");