diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-04-07 16:25:07 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-07 16:25:07 +0200 |
commit | e8aa4e9511e500ae23439b653e0b5e0f78c31159 (patch) | |
tree | 78bd847a23f89ac2cbd52a1a0900418c7aa9ce48 /gnu/installer | |
parent | d1557774522e6c56ce8fc42470f845763473eb83 (diff) | |
download | guix-e8aa4e9511e500ae23439b653e0b5e0f78c31159.tar guix-e8aa4e9511e500ae23439b653e0b5e0f78c31159.tar.gz |
installer: Remove SLiM-specific instructions.
* gnu/installer/newt/services.scm (run-desktop-environments-cbt-page):
Remove "with F1".
Diffstat (limited to 'gnu/installer')
-rw-r--r-- | gnu/installer/newt/services.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/installer/newt/services.scm b/gnu/installer/newt/services.scm index 6bcb6244ae..adeb1d784a 100644 --- a/gnu/installer/newt/services.scm +++ b/gnu/installer/newt/services.scm @@ -33,7 +33,7 @@ environments." (run-checkbox-tree-page #:info-text (G_ "Please select the desktop(s) environment(s) you wish to \ install. If you select multiple desktops environments, we will be able to \ -choose the one to use on the log-in screen with F1.") +choose the one to use on the log-in screen.") #:title (G_ "Desktop environment") #:items %desktop-environments #:item->text desktop-environment-name |