diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-08 01:29:57 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-08 02:30:25 +0200 |
commit | 232a7e69cea759bcb2ee6687b1ca9b79bb2f257e (patch) | |
tree | f9ed85e68a4be8293c72dab2ddb3363e765030b1 | |
parent | 49405aaf5c2c9cfc713c7efdccaf6d48d3c714a3 (diff) | |
download | patches-232a7e69cea759bcb2ee6687b1ca9b79bb2f257e.tar patches-232a7e69cea759bcb2ee6687b1ca9b79bb2f257e.tar.gz |
installer: Fix typo.
* gnu/installer/newt/network.scm (run-technology-page): Fix plural typo.
-rw-r--r-- | gnu/installer/newt/network.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/installer/newt/network.scm b/gnu/installer/newt/network.scm index 0a938db103..40d85817b6 100644 --- a/gnu/installer/newt/network.scm +++ b/gnu/installer/newt/network.scm @@ -62,7 +62,7 @@ Internet and return the selected technology. For now, only technologies with (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)))) |