[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: installer: Fix typo.
From: |
guix-commits |
Subject: |
01/07: installer: Fix typo. |
Date: |
Sun, 5 May 2019 11:26:45 -0400 (EDT) |
dannym pushed a commit to branch master
in repository guix.
commit 28b26eca45ada3f8612d135f80c8dfd2e7fa0e81
Author: Miguel <address@hidden>
Date: Fri Apr 26 13:22:05 2019 +0200
installer: Fix typo.
* gnu/installer/newt/menu.scm (run-menu-page): Add missing space after
period.
Signed-off-by: Danny Milosavljevic <address@hidden>
---
gnu/installer/newt/menu.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/installer/newt/menu.scm b/gnu/installer/newt/menu.scm
index 161266a..e153d3d 100644
--- a/gnu/installer/newt/menu.scm
+++ b/gnu/installer/newt/menu.scm
@@ -32,7 +32,7 @@ process from."
steps))
(run-listbox-selection-page
- #:info-text (G_ "Choose where you want to resume the install.\
+ #:info-text (G_ "Choose where you want to resume the install. \
You can also abort the installation by pressing the Abort button.")
#:title (G_ "Installation menu")
#:listbox-items (steps->items steps)
- branch master updated (dcfa0ac -> 65e2a3b), guix-commits, 2019/05/05
- 01/07: installer: Fix typo.,
guix-commits <=
- 04/07: doc: Fix typo., guix-commits, 2019/05/05
- 03/07: doc: Fix typo., guix-commits, 2019/05/05
- 06/07: doc: Fix typo., guix-commits, 2019/05/05
- 05/07: doc: Fix typos., guix-commits, 2019/05/05
- 02/07: doc: Fix typos., guix-commits, 2019/05/05
- 07/07: doc: Fix typo., guix-commits, 2019/05/05