dannym pushed a commit to branch wip-installer-2
in repository guix.
commit 867724b7d96b882326771a87ec2b0d5ceaa189a5
Author: John Darrington <[email protected]>
Date: Mon Jan 9 08:53:37 2017 +0100
installer: "Setup" --> "Set up"
* gnu/system/installer/guixsd-installer.scm (main-options): Replace "Setup"
with "Set up".
---
gnu/system/installer/guixsd-installer.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/system/installer/guixsd-installer.scm
b/gnu/system/installer/guixsd-installer.scm
index 2e81af2..6da3b89 100644
--- a/gnu/system/installer/guixsd-installer.scm
+++ b/gnu/system/installer/guixsd-installer.scm
@@ -57,7 +57,7 @@
(define partition-menu-title (N_ "Partition the disk(s)"))
(define filesystem-menu-title (N_ "Allocate disk partitions"))
-(define network-menu-title (N_ "Setup the network"))
+(define network-menu-title (N_ "Set up the network"))
(define timezone-menu-title (N_ "Set the time zone"))
(define hostname-menu-title (N_ "Set the host name"))
(define installation-menu-title (N_ "Install the system"))