summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-11-26 12:38:16 +0100
committerCosimo Cecchi <cosimoc@gnome.org>2010-11-26 12:38:48 +0100
commitaa9b6675d8a92329a7cba69c9bdb53fa30f87858 (patch)
tree0ccd6624338ab3b2fe6604a4d935abfca48d8045
parent9d2d96fd2968e8f8a9b1f3a46660f27d6377f145 (diff)
downloadnautilus-aa9b6675d8a92329a7cba69c9bdb53fa30f87858.tar.gz
connect-dialog: use the correct string for gvfs (#635431)
-rw-r--r--src/nautilus-connect-server-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-connect-server-dialog.c b/src/nautilus-connect-server-dialog.c
index b4c98ad54..f5f22712e 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);