guix-commits
[Top][All Lists]
Advanced

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

48/67: installer: menu: Fix typo.


From: guix-commits
Subject: 48/67: installer: menu: Fix typo.
Date: Wed, 16 Jan 2019 19:00:43 -0500 (EST)

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

commit 80846295ec8e5cd563d446c5b54eccbf94a5a69a
Author: Mathieu Othacehe <address@hidden>
Date:   Thu Dec 6 11:47:52 2018 +0900

    installer: menu: Fix typo.
    
    * gnu/installer/newt/menu.scm (run-menu-page): Fix typo.
---
 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 756b582..161266a 100644
--- a/gnu/installer/newt/menu.scm
+++ b/gnu/installer/newt/menu.scm
@@ -33,7 +33,7 @@ process from."
 
   (run-listbox-selection-page
    #:info-text (G_ "Choose where you want to resume the install.\
-You can also abort the installion by pressing the button.")
+You can also abort the installation by pressing the Abort button.")
    #:title (G_ "Installation menu")
    #:listbox-items (steps->items steps)
    #:listbox-item->text installer-step-description



reply via email to

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