diff options
Diffstat (limited to 'ui/qt5')
-rw-r--r-- | ui/qt5/horizon.qrc | 1 | ||||
-rw-r--r-- | ui/qt5/resources/input-help.txt | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ui/qt5/horizon.qrc b/ui/qt5/horizon.qrc index a683dc3..0af23db 100644 --- a/ui/qt5/horizon.qrc +++ b/ui/qt5/horizon.qrc @@ -9,6 +9,7 @@ </qresource> <qresource prefix="/wizard_help"> <file>resources/intro-help.txt</file> + <file>resources/input-help.txt</file> <file>resources/partition-help.txt</file> <file>resources/network-start-help.txt</file> <file>resources/packages-simple-help.txt</file> diff --git a/ui/qt5/resources/input-help.txt b/ui/qt5/resources/input-help.txt new file mode 100644 index 0000000..e87743f --- /dev/null +++ b/ui/qt5/resources/input-help.txt @@ -0,0 +1,8 @@ +<h2>Keyboard Layout Configuration</h2> + +<p>This page allows you to select the keyboard layout you will use in your +new Adélie Linux environment.</p> + +<p>When you select a keyboard layout, Horizon will automatically load it. +You may then use the provided input line to ensure this layout is correct +before proceeding to the next page.</p> |