diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2020-11-07 13:04:02 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-11-07 13:19:25 +0100 |
commit | 6dcbbcdab7727946cf32e7a4e44e66d151380db2 (patch) | |
tree | ecb0d89141b4099534db7269ba73b6daac995f95 | |
parent | 8338d414b361e4fb961221642c1064e9dc89ba65 (diff) | |
download | guix-6dcbbcdab7727946cf32e7a4e44e66d151380db2.tar guix-6dcbbcdab7727946cf32e7a4e44e66d151380db2.tar.gz |
installer: Edit partitioning warning message.
* gnu/installer/newt/partition.scm (draw-formatting-page): Add an extra new
line.
-rw-r--r-- | gnu/installer/newt/partition.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/installer/newt/partition.scm b/gnu/installer/newt/partition.scm index 8561eb1ecf..81cf68d782 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))) |