me
/
guix
Archived
1
0
Fork 0

installer: Add missing 'G_' for networking message.

* gnu/installer/newt/network.scm (wait-technology-powered): Add missing
'G_'.
master
Ludovic Courtès 2019-04-24 16:20:56 +02:00
parent 17503ea8a2
commit 3cc033f2a8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@ network device were found. Do you want to continue anyway?"))
(full-value 5))
(run-scale-page
#:title (G_ "Powering technology")
#:info-text (format #f "Waiting for technology ~a to be powered." name)
#:info-text (format #f (G_ "Waiting for technology ~a to be powered.")
name)
#:scale-full-value full-value
#:scale-update-proc
(lambda (value)