diff options
-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 |