From d09831fe52d0703ac912f191afb9b436738c09f8 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 31 Jan 2021 16:58:27 +0100 Subject: 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(-) (limited to 'gnu/installer/newt/services.scm') diff --git a/gnu/installer/newt/services.scm b/gnu/installer/newt/services.scm index ae249ba972..74f28e41ba 100644 --- a/gnu/installer/newt/services.scm +++ b/gnu/installer/newt/services.scm @@ -2,6 +2,7 @@ ;;; Copyright © 2018 Mathieu Othacehe ;;; Copyright © 2019, 2020 Ludovic Courtès ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen +;;; Copyright © 2021 Tobias Geerinckx-Rice ;;; ;;; 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) -- cgit v1.2.3 orm class='right' method='get' action='/guix/log/etc/hurd-manifest.scm'>
AgeCommit message (Expand)Author
2023-12-18maint: Build more development packages for GNU/Hurd....Ludovic Courtès
2023-09-19maint: Add gdk-pixbuf to native Hurd manifest....Janneke Nieuwenhuizen
2023-08-21maint: Add 'etc/hurd-manifest.scm'....Janneke Nieuwenhuizen