diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2018-12-06 12:08:23 +0900 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-01-17 14:04:26 +0100 |
commit | 71cd8a5870d11dc5f74c7e9b38db03d6cc633794 (patch) | |
tree | 81299de85b04257a9274bdaa6280c3f9475d52d5 | |
parent | b624206d6bfadd99ea903a35fe1d3e7fc11b5ba3 (diff) | |
download | patches-71cd8a5870d11dc5f74c7e9b38db03d6cc633794.tar patches-71cd8a5870d11dc5f74c7e9b38db03d6cc633794.tar.gz |
installer: partition: Fix typo.
* gnu/installer/newt/partition.scm (run-disk-page): Fix typo.
-rw-r--r-- | gnu/installer/newt/partition.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/installer/newt/partition.scm b/gnu/installer/newt/partition.scm index 0e1d7b4961..6aa8bfb598 100644 --- a/gnu/installer/newt/partition.scm +++ b/gnu/installer/newt/partition.scm @@ -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. At least one partition must have its mounting point set to '/'.")) - (guided-info-text (format (G_ "This is the proposed partitionment. It \ -is still possible to edit it or to go back to install menu by pressing the \ -Exit button.~%~%"))) + (guided-info-text (format #f (G_ "This is the proposed \ +partitionment. It is still possible to edit it or to go back to install menu \ +by pressing the Exit button.~%~%"))) (result (run-listbox-selection-page #:info-text (if guided? |