guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: installer: Make "TRANSLATORS" comment visible.


From: guix-commits
Subject: 01/04: installer: Make "TRANSLATORS" comment visible.
Date: Wed, 22 Jan 2020 17:13:40 -0500 (EST)

civodul pushed a commit to branch wip-installer-test
in repository guix.

commit f412ff34789a574111092f30b982290cefac364b
Author: Ludovic Courtès <address@hidden>
AuthorDate: Wed Jan 22 11:56:19 2020 +0100

    installer: Make "TRANSLATORS" comment visible.
    
    * gnu/installer/newt/user.scm (run-root-password-page): Move
    "TRANSLATORS" comment right above 'G_' call.
---
 gnu/installer/newt/user.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/installer/newt/user.scm b/gnu/installer/newt/user.scm
index b747886..b01d521 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."
         (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]