[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"))
- 87/197: installer: Minor cleanup., (continued)
- 87/197: installer: Minor cleanup., Danny Milosavljevic, 2017/07/03
- 79/197: installer: Rename "Back" buttons to "Cancel"., Danny Milosavljevic, 2017/07/03
- 98/197: installer: Correct bug detecting a wireless interface., Danny Milosavljevic, 2017/07/03
- 91/197: installer: Add callback parameter for forms., Danny Milosavljevic, 2017/07/03
- 95/197: installer: Add a predicate to ensure the partitions have been formatted., Danny Milosavljevic, 2017/07/03
- 102/197: installer: Correct bug where the timezone page returned to the wrong page., Danny Milosavljevic, 2017/07/03
- 119/197: gurses: Allow menu update to work for panel windows., Danny Milosavljevic, 2017/07/03
- 103/197: installer: Avoid exception when the device to format cannot be found., Danny Milosavljevic, 2017/07/03
- 116/197: installer: Fix bug in config generation., Danny Milosavljevic, 2017/07/03
- 105/197: installer: Extend the 'file-system' concept to include swap spaces., Danny Milosavljevic, 2017/07/03
- 83/197: installer: "Setup" --> "Set up",
Danny Milosavljevic <=
- 92/197: installer: Remove mkfs capability from mount points page., Danny Milosavljevic, 2017/07/03
- 118/197: installer: Distinguish between Wifi encryption methods., Danny Milosavljevic, 2017/07/03
- 127/197: gurses: Remove box from form popup window., Danny Milosavljevic, 2017/07/03
- 123/197: installer: Add a popup window for forms which have multiple choice fields., Danny Milosavljevic, 2017/07/03
- 121/197: installer: Note which types of file system are supported., Danny Milosavljevic, 2017/07/03
- 141/197: gurses: Avoid one usage of car and cdr., Danny Milosavljevic, 2017/07/03
- 151/197: installer: Avoid wpa_supplicant's output causing screen damage., Danny Milosavljevic, 2017/07/03
- 99/197: installer: Exit the format page after all partitions are successfully formatted., Danny Milosavljevic, 2017/07/03
- 101/197: installer: Replace one usage of car with match., Danny Milosavljevic, 2017/07/03
- 109/197: installer: Fix bug where the selected item of main page was not indicated., Danny Milosavljevic, 2017/07/03