diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2018-12-06 11:47:52 +0900 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-01-17 14:04:26 +0100 |
commit | a7b2a4649fdbc4c9d2e49c6ee3b0e9a94048861c (patch) | |
tree | 9d84dd4546d57503a8a238eab5827b827ee3da81 /gnu | |
parent | ee4004b392c90fc9e25f03c16205615590ea27e6 (diff) | |
download | patches-a7b2a4649fdbc4c9d2e49c6ee3b0e9a94048861c.tar patches-a7b2a4649fdbc4c9d2e49c6ee3b0e9a94048861c.tar.gz |
installer: menu: Fix typo.
* gnu/installer/newt/menu.scm (run-menu-page): Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/installer/newt/menu.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/installer/newt/menu.scm b/gnu/installer/newt/menu.scm index 756b582a50..161266a94a 100644 --- a/gnu/installer/newt/menu.scm +++ b/gnu/installer/newt/menu.scm @@ -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 |