From 2d8fd8cf9122720df775a42a21f36bb1d9e99b81 Mon Sep 17 00:00:00 2001 From: Eisha CHEN-YEN-SU Date: Mon, 4 Jun 2018 11:47:54 +0200 Subject: [PATCH] Directory: Fix a wrong label This changes the label set when changing the radio button to "Default Matrix Server" so that it is called like that and doesn't have the old name "Default Servers" anymore. See https://gitlab.gnome.org/World/fractal/issues/221 --- fractal-gtk/src/app/connect/directory.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fractal-gtk/src/app/connect/directory.rs b/fractal-gtk/src/app/connect/directory.rs index 74195b55..c9bbb1d7 100644 --- a/fractal-gtk/src/app/connect/directory.rs +++ b/fractal-gtk/src/app/connect/directory.rs @@ -62,7 +62,7 @@ impl App { other_homeserver_url_entry.set_sensitive(false); } - directory_choice_label.set_text(&gettext("Default Servers")); + directory_choice_label.set_text(&gettext("Default Matrix Server")); })); other_protocol_radio.connect_toggled(clone!(directory_choice_label, other_protocol_radio, protocol_combo, protocol_model, other_homeserver_url_entry => move |_| {