diff options
author | Miguel <rosen644835@gmail.com> | 2019-04-26 13:22:05 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2019-05-05 17:21:18 +0200 |
commit | 28b26eca45ada3f8612d135f80c8dfd2e7fa0e81 (patch) | |
tree | 78f890a465c1247b9832fd32cdf951b06e4c223a /gnu/installer | |
parent | dcfa0acd7be3d6beaa87aae0ebe92104d7626a57 (diff) | |
download | patches-28b26eca45ada3f8612d135f80c8dfd2e7fa0e81.tar patches-28b26eca45ada3f8612d135f80c8dfd2e7fa0e81.tar.gz |
installer: Fix typo.
* gnu/installer/newt/menu.scm (run-menu-page): Add missing space after
period.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu/installer')
-rw-r--r-- | gnu/installer/newt/menu.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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) |