installer: Make "TRANSLATORS" comment visible.

* gnu/installer/newt/user.scm (run-root-password-page): Move
"TRANSLATORS" comment right above 'G_' call.
This commit is contained in:
Ludovic Courtès 2020-01-22 11:56:19 +01:00
parent 52d9cad485
commit 6bd072ff66
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -168,9 +168,9 @@ a thunk, if the confirmation doesn't match PASSWORD, and return its result."
(try-again))))
(define (run-root-password-page)
;; TRANSLATORS: Leave "root" untranslated: it refers to the name of the
;; system administrator account.
(define password
;; TRANSLATORS: Leave "root" untranslated: it refers to the name of the
;; system administrator account.
(run-input-page (G_ "Please choose a password for the system \
administrator (\"root\").")
(G_ "System administrator password")