summary refs log tree commit diff
path: root/gnu/installer
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-04-24 16:20:56 +0200
committerLudovic Courtès <ludo@gnu.org>2019-04-25 00:45:34 +0200
commit3cc033f2a86d44da44f63ee45602dca0cb0932b2 (patch)
tree5ef1797d915d8828186f5e241d87844ff2df2c34 /gnu/installer
parent17503ea8a26ce1e13b8c682a3b0d6280c2e06234 (diff)
downloadguix-3cc033f2a86d44da44f63ee45602dca0cb0932b2.tar.gz
installer: Add missing 'G_' for networking message.
* gnu/installer/newt/network.scm (wait-technology-powered): Add missing
'G_'.
Diffstat (limited to 'gnu/installer')
-rw-r--r--gnu/installer/newt/network.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/installer/newt/network.scm b/gnu/installer/newt/network.scm
index 37a2a45411..cf27a8cca2 100644
--- a/gnu/installer/newt/network.scm
+++ b/gnu/installer/newt/network.scm
@@ -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)