installer: Fix typo.
* gnu/installer/newt/menu.scm (run-menu-page): Add missing space after period. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>master
parent
dcfa0acd7b
commit
28b26eca45
|
@ -32,7 +32,7 @@ process from."
|
||||||
steps))
|
steps))
|
||||||
|
|
||||||
(run-listbox-selection-page
|
(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.")
|
You can also abort the installation by pressing the Abort button.")
|
||||||
#:title (G_ "Installation menu")
|
#:title (G_ "Installation menu")
|
||||||
#:listbox-items (steps->items steps)
|
#:listbox-items (steps->items steps)
|
||||||
|
|
Reference in New Issue