Skip to content
Snippets Groups Projects
Unverified Commit 82f29e5b authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

installer: network: Adjust wording.

* gnu/installer/newt/network.scm (wait-service-online): Adjust wording
of the messages.
parent 4cd386af
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ (define (wait-service-online)
(let* ((full-value 5))
(run-scale-page
#:title (G_ "Checking connectivity")
#:info-text (G_ "Waiting internet access is established.")
#:info-text (G_ "Waiting for Internet access establishment...")
#:scale-full-value full-value
#:scale-update-proc
(lambda (value)
......@@ -123,8 +123,8 @@ (define (wait-service-online)
(+ value 1))))
(unless (connman-online?)
(run-error-page
(G_ "The selected network does not provide an Internet \
access, please try again.")
(G_ "The selected network does not provide access to the \
Internet, please try again.")
(G_ "Connection error"))
(raise
(condition
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment