From ec581cae53208cb3334eeaeef079cffc869a869f Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Wed, 28 Aug 2024 12:48:24 +0600 Subject: [PATCH] Test localisation for 'Administrator' Username --- source/ubinstall-gtk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubinstall-gtk.c b/source/ubinstall-gtk.c index 69ab425..bf013d5 100644 --- a/source/ubinstall-gtk.c +++ b/source/ubinstall-gtk.c @@ -444,7 +444,7 @@ void yon_interface_update(main_window *widgets){ } if (!yon_char_is_empty(user_gecos)){ - gtk_entry_set_text(GTK_ENTRY(widgets->UserNameEntry),user_gecos); + gtk_entry_set_text(GTK_ENTRY(widgets->UserNameEntry),_(user_gecos)); } else { gtk_entry_set_text(GTK_ENTRY(widgets->UserNameEntry),""); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(widgets->UsernameSensitiveCheck),0);