[gnote] Rename Pinned Notes toolbar to Important Notes



commit 5b2a224cbf918aa94530c3daba012eb1ff4be9f8
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Mon Jun 3 22:39:22 2013 +0300

    Rename Pinned Notes toolbar to Important Notes
    
    Fixes Bug 700493.

 src/notebooks/notebook.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/notebooks/notebook.cpp b/src/notebooks/notebook.cpp
index 38306bc..8ccfbfa 100644
--- a/src/notebooks/notebook.cpp
+++ b/src/notebooks/notebook.cpp
@@ -272,7 +272,7 @@ namespace notebooks {
 
 
   PinnedNotesNotebook::PinnedNotesNotebook(NoteManager & manager)
-    : SpecialNotebook(manager, _("Pinned Notes"))
+    : SpecialNotebook(manager, _("Important Notes"))
   {
   }
 


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