1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 13:40:36 +02:00

installer: Fix typo.

* gnu/installer/newt/menu.scm (run-menu-page): Add missing space after
period.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Miguel
2019-04-26 13:22:05 +02:00
committed by Danny Milosavljevic
parent dcfa0acd7b
commit 28b26eca45

View File

@@ -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)