[gnote] Change main window title to Notes



commit b8a5bf4be2d56fe3ce5b931e2ec61bffa4acb861
Author: Aurimas Äernius <aurisc4 gmail com>
Date:   Fri Jul 6 13:39:31 2012 +0300

    Change main window title to Notes

 src/recentchanges.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/recentchanges.cpp b/src/recentchanges.cpp
index a3ce846..31ef2d1 100644
--- a/src/recentchanges.cpp
+++ b/src/recentchanges.cpp
@@ -90,7 +90,7 @@ namespace gnote {
   }
 
   NoteRecentChanges::NoteRecentChanges(NoteManager& m)
-    : NoteRecentChangesParent(_("Search All Notes"))
+    : NoteRecentChangesParent(_("Notes"))
     , m_manager(m)
     , m_menubar(NULL)
     , m_find_combo(Glib::RefPtr<Gtk::TreeModel>::cast_static(Gtk::ListStore::create(m_find_combo_columns)), true)



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