[gnote] Better tooltip for panel applet



commit 71da005b9fd0e965c16dd5a45976adacbb80f862
Author: Debarshi Ray <debarshir src gnome org>
Date:   Sat Nov 28 12:14:12 2009 +0200

    Better tooltip for panel applet
    
    Fixes: https://bugzilla.gnome.org/596138

 src/tray.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tray.cpp b/src/tray.cpp
index 8b2f661..65a1d3e 100644
--- a/src/tray.cpp
+++ b/src/tray.cpp
@@ -47,7 +47,7 @@ namespace gnote {
 
   std::string tray_util_get_tooltip_text()
   {
-    std::string tip_text = _("Gnote");
+    std::string tip_text = _("Take notes");
     
     if (Preferences::obj().get<bool>(Preferences::ENABLE_KEYBINDINGS)) {
       std::string shortcut =



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