From fb98e430d4b8da58c0035726c2325699b0a3d763 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 9 May 2019 00:34:35 +0200 Subject: 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(-) (limited to 'gnu/installer') diff --git a/gnu/installer/newt/user.scm b/gnu/installer/newt/user.scm index c797eb6a92..13c20cd4d8 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 -- cgit v1.2.3