From 6efd8430aeaa5b062a95202b9458435738ae2930 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Wed, 5 Dec 2018 14:55:03 +0900 Subject: installer: Fix comments. * gnu/installer.scm (installer-steps): Fix comments. --- gnu/installer.scm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'gnu/installer.scm') 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 @@ (define (installer-steps) "/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 @@ (define (installer-steps) ;; 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")) -- cgit v1.2.3