[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: installer: Edit desktop selection prompt.
From: |
guix-commits |
Subject: |
branch master updated: installer: Edit desktop selection prompt. |
Date: |
Sun, 31 Jan 2021 11:09:47 -0500 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new d09831f installer: Edit desktop selection prompt.
d09831f is described below
commit d09831fe52d0703ac912f191afb9b436738c09f8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 31 16:58:27 2021 +0100
installer: Edit desktop selection prompt.
* gnu/installer/newt/services.scm (run-desktop-environments-cbt-page):
Fix and clarify the #:info-text.
---
gnu/installer/newt/services.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/installer/newt/services.scm b/gnu/installer/newt/services.scm
index ae249ba..74f28e4 100644
--- a/gnu/installer/newt/services.scm
+++ b/gnu/installer/newt/services.scm
@@ -2,6 +2,7 @@
;;; Copyright © 2018 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2019, 2020 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -34,9 +35,9 @@
environments."
(let ((items (filter desktop-system-service? %system-services)))
(run-checkbox-tree-page
- #:info-text (G_ "Please select the desktop(s) environment(s) you wish to \
-install. If you select multiple desktops environments, you will be able to \
-choose the one to use on the log-in screen.")
+ #:info-text (G_ "Please select the desktop environment(s) you wish to \
+install. If you select multiple desktop environments here, you will be able \
+to choose from them later when you log in.")
#:title (G_ "Desktop environment")
#:items items
#:selection (map system-service-recommended? items)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: installer: Edit desktop selection prompt.,
guix-commits <=