summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
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)