(address . guix-patches@gnu.org)
* gnu/installer/newt/keymap.scm (run-layout-page): Tweak #:info-text.
---
Guix,
I'm finally trying out this fancy installer.
In the list of keyboard layouts, I scrolled down to ‘US’ but it didn't exist, because (for better or worse) the list we use is language-oriented. I now better understand how people have been confused in the past.
OK to apply this tweak?
T G-R
gnu/installer/newt/keymap.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Toggle diff (15 lines)
diff --git a/gnu/installer/newt/keymap.scm b/gnu/installer/newt/keymap.scm
index 2908ba7f0e..6386ac4e45 100644
--- a/gnu/installer/newt/keymap.scm
+++ b/gnu/installer/newt/keymap.scm
@@ -37,7 +37,7 @@
(let ((title (G_ "Layout")))
(run-listbox-selection-page
#:title title
- #:info-text (G_ "Please choose your keyboard layout.")
+ #:info-text (G_ "Please choose your keyboard layout language.")
#:listbox-items layouts
#:listbox-item->text layout->text
#:sort-listbox-items? #f
--
2.21.0