[nautilus] connect-dialog: use the correct string for gvfs (#635431)



commit aa9b6675d8a92329a7cba69c9bdb53fa30f87858
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Nov 26 12:38:16 2010 +0100

    connect-dialog: use the correct string for gvfs (#635431)

 src/nautilus-connect-server-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-connect-server-dialog.c b/src/nautilus-connect-server-dialog.c
index b4c98ad..f5f2271 100644
--- a/src/nautilus-connect-server-dialog.c
+++ b/src/nautilus-connect-server-dialog.c
@@ -207,7 +207,7 @@ connect_dialog_gvfs_error (NautilusConnectServerDialog *dialog)
 	gtk_widget_show (image);
 	
 	label = gtk_label_new (_("Can't load the supported server method list.\n"
-				 "Please check your GVfs installation."));
+				 "Please check your gvfs installation."));
 	gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 6);
 	gtk_widget_show (label);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]