[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: installer: Add missing 'G_' for networking message.
From: |
guix-commits |
Subject: |
04/10: installer: Add missing 'G_' for networking message. |
Date: |
Wed, 24 Apr 2019 18:46:14 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 3cc033f2a86d44da44f63ee45602dca0cb0932b2
Author: Ludovic Courtès <address@hidden>
Date: Wed Apr 24 16:20:56 2019 +0200
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(-)
diff --git a/gnu/installer/newt/network.scm b/gnu/installer/newt/network.scm
index 37a2a45..cf27a8c 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)
- branch master updated (9374cbd -> ecb33b8), guix-commits, 2019/04/24
- 10/10: vm: Adjust FAT serial number code to 32-bit Guile., guix-commits, 2019/04/24
- 05/10: installer: Ask for user password and initialize /etc/shadow., guix-commits, 2019/04/24
- 08/10: vm: 'system-disk-image' no longer requires the OS to define the "/" file system., guix-commits, 2019/04/24
- 09/10: installer: Preserve order of user accounts., guix-commits, 2019/04/24
- 07/10: installer: Ask for the root account password., guix-commits, 2019/04/24
- 03/10: self: Install 'guix.zh_CN.info'., guix-commits, 2019/04/24
- 06/10: installer: 'run-input-page' has a new #:input-flags parameter., guix-commits, 2019/04/24
- 04/10: installer: Add missing 'G_' for networking message.,
guix-commits <=
- 01/10: install: Add node name in Castellano., guix-commits, 2019/04/24
- 02/10: system: Add guile-readline and guile-colorized to %BASE-PACKAGES., guix-commits, 2019/04/24