From 28b26eca45ada3f8612d135f80c8dfd2e7fa0e81 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 26 Apr 2019 13:22:05 +0200 Subject: installer: Fix typo. * gnu/installer/newt/menu.scm (run-menu-page): Add missing space after period. Signed-off-by: Danny Milosavljevic --- gnu/installer/newt/menu.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/installer/newt/menu.scm') diff --git a/gnu/installer/newt/menu.scm b/gnu/installer/newt/menu.scm index 161266a94a..e153d3d756 100644 --- a/gnu/installer/newt/menu.scm +++ b/gnu/installer/newt/menu.scm @@ -32,7 +32,7 @@ (define (steps->items steps) 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) -- cgit v1.2.3