mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05: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:
parent
dcfa0acd7b
commit
28b26eca45
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue