guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]