summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-07-23 17:46:50 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-07-23 17:46:50 +0000
commitf62e1bc498c2c4f29bf73fe1819e69fa05ec66fc (patch)
tree3178d11466057506ce7f735ca367015dc17c3605 /mdk-stage1
parent5dfcfb254909e0760b7ffe937f829ed8dffa900f (diff)
downloaddrakx-backup-do-not-use-f62e1bc498c2c4f29bf73fe1819e69fa05ec66fc.tar
drakx-backup-do-not-use-f62e1bc498c2c4f29bf73fe1819e69fa05ec66fc.tar.gz
drakx-backup-do-not-use-f62e1bc498c2c4f29bf73fe1819e69fa05ec66fc.tar.bz2
drakx-backup-do-not-use-f62e1bc498c2c4f29bf73fe1819e69fa05ec66fc.tar.xz
drakx-backup-do-not-use-f62e1bc498c2c4f29bf73fe1819e69fa05ec66fc.zip
s/usb/moreprofessional/ thanks to vdanen
Diffstat (limited to 'mdk-stage1')
-rw-r--r--mdk-stage1/probing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c
index 04afc9ce0..713d269e9 100644
--- a/mdk-stage1/probing.c
+++ b/mdk-stage1/probing.c
@@ -237,7 +237,7 @@ void probe_that_type(enum driver_type type)
log_message("USB: couldn't mount /proc/bus/usb");
goto end_usb_probe;
}
- wait_message("Waiting for USB stuff to show up.");
+ wait_message("Detecting USB devices.");
sleep(4); /* sucking background work */
remove_wait_message();
}