diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2018-12-05 14:55:03 +0900 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-01-17 14:04:23 +0100 |
commit | 6efd8430aeaa5b062a95202b9458435738ae2930 (patch) | |
tree | 9685c5358620f648912d31a4bbbb80958d7d2de4 /gnu/installer.scm | |
parent | fb1675cbca68a7ada710640294a26cf0f1b22168 (diff) | |
download | gnu-guix-6efd8430aeaa5b062a95202b9458435738ae2930.tar gnu-guix-6efd8430aeaa5b062a95202b9458435738ae2930.tar.gz |
installer: Fix comments.
* gnu/installer.scm (installer-steps): Fix comments.
Diffstat (limited to 'gnu/installer.scm')
-rw-r--r-- | gnu/installer.scm | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gnu/installer.scm b/gnu/installer.scm index 7e023ce18f..29178cb536 100644 --- a/gnu/installer.scm +++ b/gnu/installer.scm @@ -164,8 +164,8 @@ selected keymap." "/share/zoneinfo/zone.tab"))) #~(lambda (current-installer) (list - ;; Welcome the user and ask him to choose between manual installation - ;; and graphical install. + ;; Welcome the user and ask him to choose between manual + ;; installation and graphical install. (installer-step (id 'welcome) (compute (lambda _ @@ -175,6 +175,11 @@ selected keymap." ;; Ask the user to choose a locale among those supported by the glibc. ;; Install the selected locale right away, so that the user may ;; benefit from any available translation for the installer messages. + + ;; Ask the user to choose a locale among those supported by + ;; the glibc. Install the selected locale right away, so that + ;; the user may benefit from any available translation for the + ;; installer messages. (installer-step (id 'locale) (description (G_ "Locale")) |