[gtk+] Fix grammar in "No networks locations found"
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix grammar in "No networks locations found"
- Date: Tue, 25 Aug 2015 15:47:26 +0000 (UTC)
commit 826ac52e434915f1573156ab2a5fdbda4f3de3b3
Author: Piotr Drąg <piotrdrag gmail com>
Date: Tue Aug 25 17:11:17 2015 +0200
Fix grammar in "No networks locations found"
gtk/gtkplacesview.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkplacesview.c b/gtk/gtkplacesview.c
index f71e26c..67d63ec 100644
--- a/gtk/gtkplacesview.c
+++ b/gtk/gtkplacesview.c
@@ -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
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]