guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: installer: partition: Fix typo.


From: guix-commits
Subject: 01/01: installer: partition: Fix typo.
Date: Wed, 5 Dec 2018 22:08:47 -0500 (EST)

mothacehe pushed a commit to branch wip-newt-installer
in repository guix.

commit b3eec63013163f2cf18de489b7460a6bde771642
Author: Mathieu Othacehe <address@hidden>
Date:   Thu Dec 6 12:08:23 2018 +0900

    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 0e1d7b4..6aa8bfb 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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]