[gnome-user-share] Use "set up" rather than "bonded" in the UI



commit 4099e179d3dda6e3645f64a7b8503599b5955489
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Oct 21 14:33:37 2009 +0100

    Use "set up" rather than "bonded" in the UI

 src/file-share-properties.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/file-share-properties.c b/src/file-share-properties.c
index e5ecc25..b858e78 100644
--- a/src/file-share-properties.c
+++ b/src/file-share-properties.c
@@ -572,7 +572,7 @@ main (int argc, char *argv[])
 			_("Always"), -1);
     gtk_list_store_append (store, &iter);
     gtk_list_store_set (store, &iter, 0,
-			_("Only for Bonded devices"), -1);
+			_("Only for set up devices"), -1);
     //FIXME implement
 #if 0
     gtk_list_store_append (store, &iter);



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