civodul pushed a commit to branch master
in repository guix.
commit fb98e430d4b8da58c0035726c2325699b0a3d763
Author: Ludovic Courtès <[email protected]>
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