summaryrefslogtreecommitdiff
path: root/gnu/installer/newt/hostname.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/installer/newt/hostname.scm')
-rw-r--r--gnu/installer/newt/hostname.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/installer/newt/hostname.scm b/gnu/installer/newt/hostname.scm
index a8209bc2de..7783fa6360 100644
--- a/gnu/installer/newt/hostname.scm
+++ b/gnu/installer/newt/hostname.scm
@@ -22,5 +22,5 @@
#:export (run-hostname-page))
(define (run-hostname-page)
- (run-input-page (G_ "Please enter the system hostname")
+ (run-input-page (G_ "Please enter the system hostname.")
(G_ "Hostname")))