[gnome-bluetooth] Use visible in the UI rather than discoverable



commit 030609c34dfb8424c29c89bf578ddff5b88039f6
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Oct 21 14:32:42 2009 +0100

    Use visible in the UI rather than discoverable
    
    As mentioned in the table at:
    BluetoothSecureSimplePairingUserTerminologyWhitepaper.pdf

 properties/adapter.c |    2 +-
 wizard/wizard.ui     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/properties/adapter.c b/properties/adapter.c
index d350962..c7e020b 100644
--- a/properties/adapter.c
+++ b/properties/adapter.c
@@ -293,7 +293,7 @@ static void create_adapter(adapter_data *adapter)
 	gtk_box_pack_start(GTK_BOX(mainbox), vbox, FALSE, TRUE, 0);
 
 	/* The discoverable checkbox */
-	button = gtk_check_button_new_with_mnemonic (_("Make computer _discoverable"));
+	button = gtk_check_button_new_with_mnemonic (_("Make computer _visible"));
 	if (powered == FALSE)
 		discoverable = FALSE;
 	if (discoverable != FALSE && timeout == 0)
diff --git a/wizard/wizard.ui b/wizard/wizard.ui
index f5183be..78097c9 100644
--- a/wizard/wizard.ui
+++ b/wizard/wizard.ui
@@ -50,7 +50,7 @@
             <property name="visible">True</property>
             <property name="xalign">0</property>
             <property name="yalign">0</property>
-            <property name="label" translatable="yes">The device will need to be within 10 meters of your computer, and be &#8220;discoverable&#8221; (sometimes called &#8220;visible&#8221;). Check the device's manual if in doubt.</property>
+            <property name="label" translatable="yes">The device will need to be within 10 meters of your computer, and be &#8220;visible&#8221; (sometimes called &#8220;discoverable&#8221;). Check the device's manual if in doubt.</property>
             <property name="wrap">True</property>
           </object>
           <packing>



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