Skip to content
Snippets Groups Projects
Commit fd0645dd authored by Adrien Béraud's avatar Adrien Béraud Committed by Tristan Matthews
Browse files

gnome: make TLS port label clearer

Change-Id: I83674b85a913c6454f8d90842a9f462da5a235ec
parent a009adcb
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ void show_advanced_tls_options(account_t *account, SFLPhoneClient *client)
}
label = gtk_label_new(_("Global TLS listener (all accounts)"));
label = gtk_label_new(_("TLS listener port"));
gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
gtk_grid_attach(GTK_GRID(grid), label, 0, 2, 1, 1);
GtkWidget * hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 10);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment