[gnome-bluetooth] applet: Use same terminology in tooltip and applet



commit 986d333307334b2ad9c82986f5599af290d73c82
Author: Bastien Nocera <hadess hadess net>
Date:   Wed May 18 23:07:52 2011 +0100

    applet: Use same terminology in tooltip and applet
    
    Use "Bluetooth: On" and "Bluetooth: Off" in the tooltip, just
    like is used in the menu.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=636348

 applet/notify.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/applet/notify.c b/applet/notify.c
index adccbb3..e1d8a39 100644
--- a/applet/notify.c
+++ b/applet/notify.c
@@ -156,7 +156,7 @@ void hide_icon(void)
 
 void set_icon(gboolean enabled)
 {
-	const char *_tooltip = enabled ? _("Bluetooth: Enabled") : _("Bluetooth: Disabled");
+	const char *_tooltip = enabled ? _("Bluetooth: On") : _("Bluetooth: Off");
 
 	bt_enabled = enabled;
 



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