GNU bug report logs -
#35733
[PATCH] installer: Speak of keyboard layout language.
Previous Next
Full log
View this message in rfc822 format
* 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(-)
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
This bug report was last modified 6 years and 31 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.