Message ID | 20190514175540.24394-1-me@tobias.gr |
---|---|
State | Accepted |
Headers | show |
Series | [bug#35733] installer: Speak of keyboard layout language. | expand |
Context | Check | Description |
---|---|---|
cbaines/applying patch | success | Successfully applied |
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’.
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