installer: partition: Fix typo.
* gnu/installer/newt/partition.scm (run-disk-page): Fix typo.
This commit is contained in:
parent
b624206d6b
commit
71cd8a5870
@ -604,9 +604,9 @@ and pressing ENTER, or remove it by pressing DELETE. To create a new \
|
|||||||
partition, select a free space area and press ENTER.
|
partition, select a free space area and press ENTER.
|
||||||
|
|
||||||
At least one partition must have its mounting point set to '/'."))
|
At least one partition must have its mounting point set to '/'."))
|
||||||
(guided-info-text (format (G_ "This is the proposed partitionment. It \
|
(guided-info-text (format #f (G_ "This is the proposed \
|
||||||
is still possible to edit it or to go back to install menu by pressing the \
|
partitionment. It is still possible to edit it or to go back to install menu \
|
||||||
Exit button.~%~%")))
|
by pressing the Exit button.~%~%")))
|
||||||
(result
|
(result
|
||||||
(run-listbox-selection-page
|
(run-listbox-selection-page
|
||||||
#:info-text (if guided?
|
#:info-text (if guided?
|
||||||
|
Loading…
Reference in New Issue
Block a user