me
/
guix
Archived
1
0
Fork 0

installer: Add missing 'G_' call.

* gnu/installer/newt/user.scm (run-user-page): Add 'G_' call for "User
creation".
master
Ludovic Courtès 2019-05-09 00:34:35 +02:00
parent 4ac8dd43f0
commit fb98e430d4
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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