From a7b2a4649fdbc4c9d2e49c6ee3b0e9a94048861c Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Thu, 6 Dec 2018 11:47:52 +0900 Subject: [PATCH] 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 756b582a50..161266a94a 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