[nautilus] Fix grammar in "No networks locations found"



commit ca17fd15d413b89652bfaecd062a8b5d68e5d065
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Aug 30 20:01:19 2015 +0200

    Fix grammar in "No networks locations found"
    
    Counterpart to gtk+'s 826ac52e434915f1573156ab2a5fdbda4f3de3b3

 src/gtk/gtkplacesview.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gtk/gtkplacesview.c b/src/gtk/gtkplacesview.c
index a6344c3..73c4001 100644
--- a/src/gtk/gtkplacesview.c
+++ b/src/gtk/gtkplacesview.c
@@ -891,7 +891,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]