guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: installer: network: Adjust wording.


From: guix-commits
Subject: 04/06: installer: network: Adjust wording.
Date: Wed, 13 Mar 2019 18:12:54 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 82f29e5b4f91f716755834c5cf7d08dae9852d8d
Author: Ludovic Courtès <address@hidden>
Date:   Wed Mar 13 18:14:47 2019 +0100

    installer: network: Adjust wording.
    
    * gnu/installer/newt/network.scm (wait-service-online): Adjust wording
    of the messages.
---
 gnu/installer/newt/network.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/installer/newt/network.scm b/gnu/installer/newt/network.scm
index f263b7d..f13176d 100644
--- a/gnu/installer/newt/network.scm
+++ b/gnu/installer/newt/network.scm
@@ -113,7 +113,7 @@ FULL-VALUE tentatives, spaced by 1 second."
   (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 @@ FULL-VALUE tentatives, spaced by 1 second."
            (+ 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]