messenger-gtk

Gtk+3 graphical user interfaces for GNUnet Messenger
Log | Files | Refs | Submodules | README | LICENSE

commit 6a293a935836e14d53cf2818d74843e0d31fb181
parent 0fb7c2434bf60bf2650a11f0df866123dd064c10
Author: TheJackiMonster <thejackimonster@gmail.com>
Date:   Tue, 15 Feb 2022 00:20:04 +0100

Corrected new account dialog title

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>

Diffstat:
Msrc/ui/new_account.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ui/new_account.c b/src/ui/new_account.c @@ -125,7 +125,7 @@ ui_new_account_dialog_init(MESSENGER_Application *app, gtk_window_set_title( GTK_WINDOW(handle->dialog), - _("New Profile") + _("New Account") ); gtk_window_set_transient_for(