mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
installer: menu: Fix typo.
* gnu/installer/newt/menu.scm (run-menu-page): Fix typo.
This commit is contained in:
parent
ee4004b392
commit
a7b2a4649f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ (define (steps->items steps)
|
|||
|
||||
(run-listbox-selection-page
|
||||
#:info-text (G_ "Choose where you want to resume the install.\
|
||||
You can also abort the installion by pressing the button.")
|
||||
You can also abort the installation by pressing the Abort button.")
|
||||
#:title (G_ "Installation menu")
|
||||
#:listbox-items (steps->items steps)
|
||||
#:listbox-item->text installer-step-description
|
||||
|
|
Loading…
Reference in a new issue