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:
		
							parent
							
								
									52d9cad485
								
							
						
					
					
						commit
						6bd072ff66
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -168,9 +168,9 @@ a thunk, if the confirmation doesn't match PASSWORD, and return its result."
 | 
				
			||||||
        (try-again))))
 | 
					        (try-again))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define (run-root-password-page)
 | 
					(define (run-root-password-page)
 | 
				
			||||||
  ;; TRANSLATORS: Leave "root" untranslated: it refers to the name of the
 | 
					 | 
				
			||||||
  ;; system administrator account.
 | 
					 | 
				
			||||||
  (define password
 | 
					  (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 \
 | 
					    (run-input-page (G_ "Please choose a password for the system \
 | 
				
			||||||
administrator (\"root\").")
 | 
					administrator (\"root\").")
 | 
				
			||||||
                    (G_ "System administrator password")
 | 
					                    (G_ "System administrator password")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue