installer: Fix typo.
* gnu/installer/newt/network.scm (run-technology-page): Fix plural typo.
This commit is contained in:
parent
49405aaf5c
commit
232a7e69ce
|
@ -62,7 +62,7 @@ Internet and return the selected technology. For now, only technologies with
|
||||||
(G_ "Continue")
|
(G_ "Continue")
|
||||||
(G_ "Exit")
|
(G_ "Exit")
|
||||||
(G_ "The install process requires Internet access but no \
|
(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
|
((1) (raise
|
||||||
(condition
|
(condition
|
||||||
(&installer-step-break))))
|
(&installer-step-break))))
|
||||||
|
|
Loading…
Reference in New Issue