installer: Add missing 'G_' call.
* gnu/installer/newt/user.scm (run-user-page): Add 'G_' call for "User creation".
This commit is contained in:
parent
4ac8dd43f0
commit
fb98e430d4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue