[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: installer: Add missing 'G_' call.
From: |
guix-commits |
Subject: |
01/07: installer: Add missing 'G_' call. |
Date: |
Thu, 9 May 2019 06:11:46 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit fb98e430d4b8da58c0035726c2325699b0a3d763
Author: Ludovic Courtès <address@hidden>
Date: Thu May 9 00:34:35 2019 +0200
installer: Add missing 'G_' call.
* gnu/installer/newt/user.scm (run-user-page): Add 'G_' call for "User
creation".
---
gnu/installer/newt/user.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/installer/newt/user.scm b/gnu/installer/newt/user.scm
index c797eb6..13c20cd 100644
--- a/gnu/installer/newt/user.scm
+++ b/gnu/installer/newt/user.scm
@@ -198,7 +198,7 @@ administrator (\"root\").")
(list GRID-ELEMENT-COMPONENT del-button)))))
(ok-button (make-button -1 -1 (G_ "OK")))
(exit-button (make-button -1 -1 (G_ "Exit")))
- (title "User creation")
+ (title (G_ "User creation"))
(grid
(vertically-stacked-grid
GRID-ELEMENT-COMPONENT info-textbox
- branch master updated (4ac8dd4 -> 4506018), guix-commits, 2019/05/09
- 01/07: installer: Add missing 'G_' call.,
guix-commits <=
- 02/07: bootloader: grub: Remove unneeded 'terminal_output'., guix-commits, 2019/05/09
- 03/07: services: slim: Provide the 'xorg-server' Shepherd service., guix-commits, 2019/05/09
- 04/07: gnu: Add hostapd., guix-commits, 2019/05/09
- 05/07: system: pam: Add #:login-uid? parameter to 'unix-pam-service'., guix-commits, 2019/05/09
- 07/07: gnu: Mercurial: Update to 5.0, guix-commits, 2019/05/09
- 06/07: services: Log-in services now require "pam_loginuid"., guix-commits, 2019/05/09