guix-commits
[Top][All Lists]
Advanced

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

83/197: installer: "Setup" --> "Set up"


From: Danny Milosavljevic
Subject: 83/197: installer: "Setup" --> "Set up"
Date: Mon, 3 Jul 2017 20:37:04 -0400 (EDT)

dannym pushed a commit to branch wip-installer-2
in repository guix.

commit 867724b7d96b882326771a87ec2b0d5ceaa189a5
Author: John Darrington <address@hidden>
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"))



reply via email to

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