unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35733] [PATCH] installer: Speak of keyboard layout language.
@ 2019-05-14 17:55 Tobias Geerinckx-Rice
  2019-05-15 12:41 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-05-14 17:55 UTC (permalink / raw)
  To: 35733

* 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#35733] [PATCH] installer: Speak of keyboard layout language.
  2019-05-14 17:55 [bug#35733] [PATCH] installer: Speak of keyboard layout language Tobias Geerinckx-Rice
@ 2019-05-15 12:41 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-05-15 12:41 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 35733

Hi Tobias,

Tobias Geerinckx-Rice <me@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’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-15 12:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-14 17:55 [bug#35733] [PATCH] installer: Speak of keyboard layout language Tobias Geerinckx-Rice
2019-05-15 12:41 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).