[gnome-bluetooth] applet: Change preferences menu items to match
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] applet: Change preferences menu items to match
- Date: Mon, 1 Aug 2011 22:27:17 +0000 (UTC)
commit 1c2225d91ead64efa52481562acc89eb56b12e42
Author: Bastien Nocera <hadess hadess net>
Date: Mon Aug 1 23:25:34 2011 +0100
applet: Change preferences menu items to match
What we use in the control-center properties.
https://bugzilla.gnome.org/show_bug.cgi?id=655260
applet/main.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/applet/main.c b/applet/main.c
index 1f44e8d..4bf77d4 100644
--- a/applet/main.c
+++ b/applet/main.c
@@ -776,7 +776,7 @@ update_device_list (BluetoothApplet *applet,
if (device->type == BLUETOOTH_TYPE_KEYBOARD && program_available (GNOMECC)) {
add_menu_item (device->bdaddr,
"keyboard",
- _("Open Keyboard Preferences..."),
+ _("Keyboard Settings"),
uimanager,
menu_merge_id,
G_CALLBACK (keyboard_callback));
@@ -784,7 +784,7 @@ update_device_list (BluetoothApplet *applet,
if (device->type == BLUETOOTH_TYPE_MOUSE && program_available (GNOMECC)) {
add_menu_item (device->bdaddr,
"mouse",
- _("Open Mouse Preferences..."),
+ _("Mouse and Touchpad Settings"),
uimanager,
menu_merge_id,
G_CALLBACK (mouse_callback));
@@ -794,7 +794,7 @@ update_device_list (BluetoothApplet *applet,
device->type == BLUETOOTH_TYPE_OTHER_AUDIO) && program_available (GNOMECC)) {
add_menu_item (device->bdaddr,
"sound",
- _("Open Sound Preferences..."),
+ _("Sound Settings"),
uimanager,
menu_merge_id,
G_CALLBACK (sound_callback));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]