installer: Edit partitioning warning message.
* gnu/installer/newt/partition.scm (draw-formatting-page): Add an extra new line.
This commit is contained in:
parent
8338d414b3
commit
6dcbbcdab7
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ (define (draw-formatting-page partitions)
|
||||||
;; of device names of the user partitions that will be 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 \
|
(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 \
|
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
|
(map user-partition-file-name
|
||||||
(filter user-partition-need-formatting?
|
(filter user-partition-need-formatting?
|
||||||
partitions)))
|
partitions)))
|
||||||
|
|
Loading…
Reference in a new issue