summaryrefslogtreecommitdiff
path: root/gnu/installer/newt/menu.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2018-12-06 11:47:52 +0900
committerLudovic Courtès <ludo@gnu.org>2019-01-17 14:04:26 +0100
commita7b2a4649fdbc4c9d2e49c6ee3b0e9a94048861c (patch)
tree9d84dd4546d57503a8a238eab5827b827ee3da81 /gnu/installer/newt/menu.scm
parentee4004b392c90fc9e25f03c16205615590ea27e6 (diff)
installer: menu: Fix typo.
* gnu/installer/newt/menu.scm (run-menu-page): Fix typo.
Diffstat (limited to 'gnu/installer/newt/menu.scm')
-rw-r--r--gnu/installer/newt/menu.scm2
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