[gnome-bluetooth] properties: Rename "Receive Files" button



commit 51e4cdadf8deffe69d31fc80ac7c60693920027a
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jan 24 18:38:28 2011 +0000

    properties: Rename "Receive Files" button
    
    To "Sharing Settings..."
    
    https://bugzilla.gnome.org/show_bug.cgi?id=640448

 properties/cc-bluetooth-panel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/properties/cc-bluetooth-panel.c b/properties/cc-bluetooth-panel.c
index 9937406..c4f2de0 100644
--- a/properties/cc-bluetooth-panel.c
+++ b/properties/cc-bluetooth-panel.c
@@ -101,7 +101,7 @@ create_window (GtkWidget *notebook,
 
 	image = gtk_image_new_from_stock (GTK_STOCK_JUMP_TO,
 					  GTK_ICON_SIZE_BUTTON);
-	button = gtk_button_new_with_label (_("Receive Files"));
+	button = gtk_button_new_with_label (_("Sharing Settings..."));
 	gtk_button_set_image (GTK_BUTTON (button), image);
 	gtk_container_add(GTK_CONTAINER(buttonbox), button);
 	gtk_button_box_set_child_secondary(GTK_BUTTON_BOX(buttonbox),



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