diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-09 02:35:38 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-09 02:35:38 -0600 |
commit | f879356affc02c2346f95f1073ce3e0be9e8f3bf (patch) | |
tree | db59d5345684139f16334e3b77ed3d10575dfd98 | |
parent | 01e92019e6616d46a85beb5db6ddb84f58e253b6 (diff) | |
download | horizon-f879356affc02c2346f95f1073ce3e0be9e8f3bf.tar.gz horizon-f879356affc02c2346f95f1073ce3e0be9e8f3bf.tar.bz2 horizon-f879356affc02c2346f95f1073ce3e0be9e8f3bf.tar.xz horizon-f879356affc02c2346f95f1073ce3e0be9e8f3bf.zip |
Qt UI: Add input page help screen
-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> |