GNU bug report logs -
#35733
[PATCH] installer: Speak of keyboard layout language.
Previous Next
To reply to this bug, email your comments to 35733 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#35733
; Package
guix-patches
.
(Tue, 14 May 2019 17:57:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tobias Geerinckx-Rice <me <at> tobias.gr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 14 May 2019 17:57:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#35733
; Package
guix-patches
.
(Wed, 15 May 2019 12:43:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 35733 <at> debbugs.gnu.org (full text, mbox):
Hi Tobias,
Tobias Geerinckx-Rice <me <at> tobias.gr> skribis:
> OK to apply this tweak?
Not for 1.0.1 IMO as this would invalidate translations.
Other than that, I don’t know if adding “language” helps, but maybe it
does?
Thanks,
Ludo’.
This bug report was last modified 6 years and 30 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.