installer: menu: Fix typo.

* gnu/installer/newt/menu.scm (run-menu-page): Fix typo.
master
Mathieu Othacehe 2018-12-06 11:47:52 +09:00 committed by Ludovic Courtès
parent ee4004b392
commit a7b2a4649f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ process from."
(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