guix-commits
[Top][All Lists]
Advanced

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

01/07: installer: Fix typo.


From: guix-commits
Subject: 01/07: installer: Fix typo.
Date: Sun, 5 May 2019 11:26:45 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 28b26eca45ada3f8612d135f80c8dfd2e7fa0e81
Author: Miguel <address@hidden>
Date:   Fri Apr 26 13:22:05 2019 +0200

    installer: Fix typo.
    
    * gnu/installer/newt/menu.scm (run-menu-page): Add missing space after
    period.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/installer/newt/menu.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/installer/newt/menu.scm b/gnu/installer/newt/menu.scm
index 161266a..e153d3d 100644
--- a/gnu/installer/newt/menu.scm
+++ b/gnu/installer/newt/menu.scm
@@ -32,7 +32,7 @@ process from."
             steps))
 
   (run-listbox-selection-page
-   #:info-text (G_ "Choose where you want to resume the install.\
+   #:info-text (G_ "Choose where you want to resume the install.  \
 You can also abort the installation by pressing the Abort button.")
    #:title (G_ "Installation menu")
    #:listbox-items (steps->items steps)



reply via email to

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