[gnome-bluetooth] Change the "Known devices" to "Devices"
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-bluetooth] Change the "Known devices" to "Devices"
- Date: Wed, 15 Jul 2009 09:44:55 +0000 (UTC)
commit bfa730b8dc0ca5eb90c01b6efab7f43343f92c17
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jul 13 20:06:41 2009 +0100
    Change the "Known devices" to "Devices"
    
    It should be paired and "setup" devices, but that'd be too
    complicated.
 properties/adapter.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/properties/adapter.c b/properties/adapter.c
index d18c37c..25a7a10 100644
--- a/properties/adapter.c
+++ b/properties/adapter.c
@@ -402,7 +402,7 @@ static void create_adapter(adapter_data *adapter)
 	table = gtk_table_new(2, 2, FALSE);
 	gtk_box_pack_start(GTK_BOX(mainbox), table, TRUE, TRUE, 0);
 
-	label = create_label(_("Known devices"));
+	label = create_label(_("Devices"));
 	gtk_table_attach(GTK_TABLE(table), label, 0, 2, 0, 1,
 			 GTK_EXPAND | GTK_FILL, GTK_SHRINK, 0, 6);
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]