From 71cd8a5870d11dc5f74c7e9b38db03d6cc633794 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Thu, 6 Dec 2018 12:08:23 +0900 Subject: [PATCH] installer: partition: Fix typo. * gnu/installer/newt/partition.scm (run-disk-page): Fix typo. --- gnu/installer/newt/partition.scm | 6 +++--- 1 file 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 @@ (define (hotkey-action key listbox-item) 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?