[gnote] Make naming consistent: it is Gnote, not Gnote Notes. (Closes #587644)



commit 566c0dfc1eeb31ffe7c40ff69345ffbcd05bb814
Author: Hubert Figuiere <hub figuiere net>
Date:   Fri Jul 17 19:26:17 2009 -0400

    Make naming consistent: it is Gnote, not Gnote Notes. (Closes #587644)

 help/C/gnote.xml           |    6 +++---
 src/notemanager.cpp        |    2 +-
 src/test/xmlreadertest.cpp |    2 +-
 src/tray.cpp               |    2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/help/C/gnote.xml b/help/C/gnote.xml
index 4f1abf3..4c767a9 100644
--- a/help/C/gnote.xml
+++ b/help/C/gnote.xml
@@ -20,7 +20,7 @@
 <!-- appropriate code -->
 <article id="index" lang="en">
   <articleinfo>
-    <title>Gnote Notes Manual</title>
+    <title>Gnote Manual</title>
 
     <abstract role="description">
       <para>Gnote is a simple desktop note-taking application, with some
@@ -245,7 +245,7 @@
   </articleinfo>
 
   <indexterm zone="index">
-    <primary>Gnote Notes</primary>
+    <primary>Gnote</primary>
   </indexterm>
 
   <indexterm zone="index">
@@ -318,7 +318,7 @@
       <para>To add Gnote to a panel, right-click on the panel, then choose
       <menuchoice>
           <guimenuitem>Add to Panel</guimenuitem>
-        </menuchoice>. Select Gnote Notes in the Add to the panel dialog,
+        </menuchoice>. Select Gnote in the Add to the panel dialog,
       then click <menuchoice>
           <guibutton>Add</guibutton>
         </menuchoice>. You should see a yellow note icon appear in the panel,
diff --git a/src/notemanager.cpp b/src/notemanager.cpp
index 42e2830..c1019cc 100644
--- a/src/notemanager.cpp
+++ b/src/notemanager.cpp
@@ -241,7 +241,7 @@ namespace gnote {
         "your ideas and thoughts.\n\n"
         "You can create new notes to hold your ideas by "
         "selecting the \"Create New Note\" item from the "
-        "Gnote Notes menu in your GNOME Panel. "
+        "Gnote menu in your GNOME Panel. "
         "Your note will be saved automatically.\n\n"
         "Then organize the notes you create by linking "
         "related notes and ideas together!\n\n"
diff --git a/src/test/xmlreadertest.cpp b/src/test/xmlreadertest.cpp
index 6a440c8..77e1160 100644
--- a/src/test/xmlreadertest.cpp
+++ b/src/test/xmlreadertest.cpp
@@ -38,7 +38,7 @@ int test_main(int /*argc*/, char ** /*argv*/)
                   "your ideas and thoughts.\n\n"
                   "You can create new notes to hold your ideas by "
                   "selecting the \"Create New Note\" item from the "
-                  "Gnote Notes menu in your GNOME Panel. "
+                  "Gnote menu in your GNOME Panel. "
                   "Your note will be saved automatically.\n\n"
                   "Then organize the notes you create by linking "
                   "related notes and ideas together!\n\n"
diff --git a/src/tray.cpp b/src/tray.cpp
index a62469a..8b2f661 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 Notes");
+    std::string tip_text = _("Gnote");
     
     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]