aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-02-15 00:20:04 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-02-15 00:20:04 +0100
commit6a293a935836e14d53cf2818d74843e0d31fb181 (patch)
tree4542ea95af68fbfd6c088391a900fe2ceda8f7bb
parent0fb7c2434bf60bf2650a11f0df866123dd064c10 (diff)
downloadmessenger-gtk-6a293a935836e14d53cf2818d74843e0d31fb181.tar.gz
messenger-gtk-6a293a935836e14d53cf2818d74843e0d31fb181.zip
Corrected new account dialog title
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--src/ui/new_account.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/new_account.c b/src/ui/new_account.c
index f51eb4d..fdc53ff 100644
--- a/src/ui/new_account.c
+++ b/src/ui/new_account.c
@@ -125,7 +125,7 @@ ui_new_account_dialog_init(MESSENGER_Application *app,
125 125
126 gtk_window_set_title( 126 gtk_window_set_title(
127 GTK_WINDOW(handle->dialog), 127 GTK_WINDOW(handle->dialog),
128 _("New Profile") 128 _("New Account")
129 ); 129 );
130 130
131 gtk_window_set_transient_for( 131 gtk_window_set_transient_for(