[gnome-bluetooth] Add mnemonic for "setup new device"



commit ef7c6ba2e167ded4aca474c19e13d27c0c3db853
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jul 13 20:14:08 2009 +0100

    Add mnemonic for "setup new device"

 properties/adapter.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/properties/adapter.c b/properties/adapter.c
index c0ea90e..ec68c1d 100644
--- a/properties/adapter.c
+++ b/properties/adapter.c
@@ -434,7 +434,7 @@ static void create_adapter(adapter_data *adapter)
 	gtk_table_attach(GTK_TABLE(table), buttonbox, 1, 2, 1, 2,
 			 GTK_FILL, GTK_FILL, 6, 6);
 
-	button = gtk_button_new_with_label(_("Setup new device..."));
+	button = gtk_button_new_with_label(_("Setup _new device..."));
 	image = gtk_image_new_from_stock(GTK_STOCK_ADD,
 						GTK_ICON_SIZE_BUTTON);
 	gtk_button_set_image(GTK_BUTTON(button), image);



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