[gnome-bluetooth] Change label for the "discoverable" checkbox
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-bluetooth] Change label for the "discoverable" checkbox
- Date: Wed, 15 Jul 2009 09:44:50 +0000 (UTC)
commit e876e20e24c2dd5122303781ae192ae9fb002250
Author: Bastien Nocera <hadess hadess net>
Date: Mon Jul 13 20:05:38 2009 +0100
Change label for the "discoverable" checkbox
To make it clearer what it does.
properties/adapter.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/properties/adapter.c b/properties/adapter.c
index 7bbf158..d18c37c 100644
--- a/properties/adapter.c
+++ b/properties/adapter.c
@@ -349,7 +349,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 (_("_Discoverable"));
+ button = gtk_check_button_new_with_mnemonic (_("Make computer _discoverable"));
if (powered == FALSE)
discoverable = FALSE;
if (discoverable != FALSE && timeout == 0)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]