summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-08-06 21:22:50 +0000
committerJeremy Katz <katzj@redhat.com>2003-08-06 21:22:50 +0000
commite058322e23e8c9ed4e2ac7f9ae84cbfd0b68aa48 (patch)
treee1f3b881c42eaa1e49e0959b08fb5a459adff621 /iw
parentff5a33cc1ee75e5a773d70bfb5ff027519446825 (diff)
downloadanaconda-e058322e23e8c9ed4e2ac7f9ae84cbfd0b68aa48.tar.gz
anaconda-e058322e23e8c9ed4e2ac7f9ae84cbfd0b68aa48.tar.xz
anaconda-e058322e23e8c9ed4e2ac7f9ae84cbfd0b68aa48.zip
add a warning about bios keymap (#100671)
Diffstat (limited to 'iw')
-rw-r--r--iw/blpasswidget.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/blpasswidget.py b/iw/blpasswidget.py
index d62790957..8186c0bd1 100644
--- a/iw/blpasswidget.py
+++ b/iw/blpasswidget.py
@@ -102,7 +102,7 @@ class BootloaderPasswordWidget:
dialog.set_position(gtk.WIN_POS_CENTER)
gui.addFrame(dialog)
- label = gui.WrappingLabel(_("Enter a boot loader password and then confirm it."))
+ label = gui.WrappingLabel(_("Enter a boot loader password and then confirm it. (Note that your BIOS keymap may be different than the actual keymap you are used to.)"))
label.set_alignment(0.0, 0.0)
dialog.vbox.pack_start(label)