all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tobias Geerinckx-Rice <me@tobias.gr>
To: 35733@debbugs.gnu.org
Subject: [bug#35733] [PATCH] installer: Speak of keyboard layout language.
Date: Tue, 14 May 2019 19:55:40 +0200	[thread overview]
Message-ID: <20190514175540.24394-1-me@tobias.gr> (raw)

* 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

             reply	other threads:[~2019-05-14 17:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-14 17:55 Tobias Geerinckx-Rice [this message]
2019-05-15 12:41 ` [bug#35733] [PATCH] installer: Speak of keyboard layout language Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190514175540.24394-1-me@tobias.gr \
    --to=me@tobias.gr \
    --cc=35733@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.