diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2020-01-22 11:56:19 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2020-01-23 11:26:54 +0100 |
| commit | 6bd072ff661031aa0bbace83fc34edea2d7268df (patch) | |
| tree | d7c5dd4ec2bf1c749ee6120a9ca696d6ea809047 /gnu/installer | |
| parent | 52d9cad485467a231664520fd7dc69b906dbc7c6 (diff) | |
installer: Make "TRANSLATORS" comment visible.
* gnu/installer/newt/user.scm (run-root-password-page): Move
"TRANSLATORS" comment right above 'G_' call.
Diffstat (limited to 'gnu/installer')
| -rw-r--r-- | gnu/installer/newt/user.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/installer/newt/user.scm b/gnu/installer/newt/user.scm index b747886c550..b01d52172b5 100644 --- a/gnu/installer/newt/user.scm +++ b/gnu/installer/newt/user.scm | |||
| @@ -168,9 +168,9 @@ a thunk, if the confirmation doesn't match PASSWORD, and return its result." | |||
| 168 | (try-again)))) | 168 | (try-again)))) |
| 169 | 169 | ||
| 170 | (define (run-root-password-page) | 170 | (define (run-root-password-page) |
| 171 | ;; TRANSLATORS: Leave "root" untranslated: it refers to the name of the | ||
| 172 | ;; system administrator account. | ||
| 173 | (define password | 171 | (define password |
| 172 | ;; TRANSLATORS: Leave "root" untranslated: it refers to the name of the | ||
| 173 | ;; system administrator account. | ||
| 174 | (run-input-page (G_ "Please choose a password for the system \ | 174 | (run-input-page (G_ "Please choose a password for the system \ |
| 175 | administrator (\"root\").") | 175 | administrator (\"root\").") |
| 176 | (G_ "System administrator password") | 176 | (G_ "System administrator password") |
