mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +00:00
Fix grammar in "No networks locations found"
This commit is contained in:
parent
f7655fa24f
commit
826ac52e43
@ -893,7 +893,7 @@ update_network_state (GtkPlacesView *view)
|
||||
gtk_spinner_stop (GTK_SPINNER (priv->network_header_spinner));
|
||||
gtk_widget_show_all (priv->network_placeholder);
|
||||
gtk_label_set_text (GTK_LABEL (priv->network_placeholder_label),
|
||||
_("No networks locations found"));
|
||||
_("No network locations found"));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user