mothacehe pushed a commit to branch master
in repository guix.

commit 6dcbbcdab7727946cf32e7a4e44e66d151380db2
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Sat Nov 7 13:04:02 2020 +0100

    installer: Edit partitioning warning message.
    
    * gnu/installer/newt/partition.scm (draw-formatting-page): Add an extra new
    line.
---
 gnu/installer/newt/partition.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/installer/newt/partition.scm b/gnu/installer/newt/partition.scm
index 8561eb1..81cf68d 100644
--- a/gnu/installer/newt/partition.scm
+++ b/gnu/installer/newt/partition.scm
@@ -64,7 +64,7 @@ are being formatted."
   ;; of device names of the user partitions that will be formatted.
   (run-confirmation-page (format #f (G_ "We are about to write the configured \
 partition table to the disk and format the partitions listed below.  Their \
-data will be lost.  Do you wish to continue?~%~{ - ~a~%~}")
+data will be lost.  Do you wish to continue?~%~%~{ - ~a~%~}")
                                  (map user-partition-file-name
                                       (filter user-partition-need-formatting?
                                               partitions)))

Reply via email to