aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-04-07 16:21:52 +0200
committerLudovic Courtès <ludo@gnu.org>2019-04-07 16:21:52 +0200
commitd1557774522e6c56ce8fc42470f845763473eb83 (patch)
treed11073d053ba9a28de6d8014e8ee9a23d0e53cb0
parentcbd01cff797750e38b1c3061761d41398b53c86b (diff)
downloadguix-d1557774522e6c56ce8fc42470f845763473eb83.tar
guix-d1557774522e6c56ce8fc42470f845763473eb83.tar.gz
installer: Fix wording for "Internet access."
* gnu/installer/newt/network.scm (run-technology-page): Fix wording for "Internet access."
-rw-r--r--gnu/installer/newt/network.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/installer/newt/network.scm b/gnu/installer/newt/network.scm
index f13176dc61..37a2a45411 100644
--- a/gnu/installer/newt/network.scm
+++ b/gnu/installer/newt/network.scm
@@ -59,7 +59,7 @@ Internet and return the selected technology. For now, only technologies with
(G_ "Internet access")
(G_ "Continue")
(G_ "Exit")
- (G_ "The install process requires an internet access, but no \
+ (G_ "The install process requires Internet access but no \
network device were found. Do you want to continue anyway?"))
((1) (raise
(condition
@@ -68,7 +68,7 @@ network device were found. Do you want to continue anyway?"))
(condition
(&installer-step-abort)))))
(run-listbox-selection-page
- #:info-text (G_ "The install process requires an internet access.\
+ #:info-text (G_ "The install process requires Internet access.\
Please select a network device.")
#:title (G_ "Internet access")
#:listbox-items items