jmd pushed a commit to branch wip-installer in repository guix. commit 6f1bbe1b3e9c1c9158a8773625de80c63226f2e4 Author: John Darrington <j...@gnu.org> 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"))