From 3cc033f2a86d44da44f63ee45602dca0cb0932b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 24 Apr 2019 16:20:56 +0200 Subject: installer: Add missing 'G_' for networking message. * gnu/installer/newt/network.scm (wait-technology-powered): Add missing 'G_'. --- gnu/installer/newt/network.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/installer/newt') 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) -- cgit v1.2.3