mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
installer: Fix typo.
* gnu/installer/newt/network.scm (run-technology-page): Fix plural typo.
This commit is contained in:
parent
49405aaf5c
commit
232a7e69ce
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ (define (technology-items)
|
|||
(G_ "Continue")
|
||||
(G_ "Exit")
|
||||
(G_ "The install process requires Internet access but no \
|
||||
network device were found. Do you want to continue anyway?"))
|
||||
network devices were found. Do you want to continue anyway?"))
|
||||
((1) (raise
|
||||
(condition
|
||||
(&installer-step-break))))
|
||||
|
|
Loading…
Reference in a new issue