Browse Source
installer: Make "TRANSLATORS" comment visible.
* gnu/installer/newt/user.scm (run-root-password-page): Move
"TRANSLATORS" comment right above 'G_' call.
guile-daemon
Ludovic Courtès
2 years ago
No known key found for this signature in database
GPG Key ID: 90B11993D9AEBB5
1 changed files with
2 additions and
2 deletions
-
gnu/installer/newt/user.scm
|
|
@ -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") |
|
|
|