[gnote] Fix label and document status icon setting



commit 83c1c44372b5e551da70ab9a39b31c503634c72c
Author: Aurimas Äernius <aurisc4 gmail com>
Date:   Tue Nov 29 22:36:42 2011 +0200

    Fix label and document status icon setting
    
    * Fix setting label
    * Add documentation of this setting to manual
    * Rename Editing tab to General
    * Update screenshots of Preferences dialog

 help/C/figures/gnote-preferences-add-ins.png |  Bin 27992 -> 27756 bytes
 help/C/figures/gnote-preferences-editing.png |  Bin 32172 -> 35926 bytes
 help/C/figures/gnote-preferences-hotkeys.png |  Bin 27953 -> 29367 bytes
 help/C/gnote-notes-preferences.page          |    7 ++++---
 src/preferencesdialog.cpp                    |    2 +-
 5 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/help/C/figures/gnote-preferences-add-ins.png b/help/C/figures/gnote-preferences-add-ins.png
index 8400e17..100ffec 100644
Binary files a/help/C/figures/gnote-preferences-add-ins.png and b/help/C/figures/gnote-preferences-add-ins.png differ
diff --git a/help/C/figures/gnote-preferences-editing.png b/help/C/figures/gnote-preferences-editing.png
index 34b9779..f15afe3 100644
Binary files a/help/C/figures/gnote-preferences-editing.png and b/help/C/figures/gnote-preferences-editing.png differ
diff --git a/help/C/figures/gnote-preferences-hotkeys.png b/help/C/figures/gnote-preferences-hotkeys.png
index 7202f7b..f6bdfb6 100644
Binary files a/help/C/figures/gnote-preferences-hotkeys.png and b/help/C/figures/gnote-preferences-hotkeys.png differ
diff --git a/help/C/gnote-notes-preferences.page b/help/C/gnote-notes-preferences.page
index dd2d1b7..775571b 100755
--- a/help/C/gnote-notes-preferences.page
+++ b/help/C/gnote-notes-preferences.page
@@ -20,11 +20,12 @@
 
   <title>Gnote Preferences</title>
   <section id="editing">
-    <title>Editing preferences</title>
+    <title>General preferences</title>
     <p>To set preferences for <app>Gnote</app>, in <gui>Search All Notes</gui> select <guiseq><gui>Edit</gui><gui>Preferences</gui></guiseq> from the menu.</p>
-    <p>There are three categories of preferences, <gui>Editing</gui>, <gui>Hotkeys</gui> and <gui>Add-Ins</gui>. Preferences for each tab will be described below.</p>
-    <p>The editing tab will allow you to set preferences related to editing notes. There are three checkboxes on this tab, which can either be turned on or off.</p>
+    <p>There are three categories of preferences, <gui>General</gui>, <gui>Hotkeys</gui> and <gui>Add-Ins</gui>. Preferences for each tab will be described below.</p>
+    <p>The general tab will allow you to set preferences related to application behaviour and editing notes. There are few checkboxes on this tab, which can either be turned on or off.</p>
     <list>
+      <item><title>Use Status Icon</title><p> Enable this checkbox to show <app>Gnote</app> status icon when running. In this mode <app>Gnote</app> will remain present even after all it's windows are closed. Recently used notes and other windows can be opened from menu, that appears after clicking or right-clicking status icon.</p></item>
       <item><title>Spellcheck While Typing</title><p> Enable this checkbox to underline misspellings in red, and provide suggestions in the right click context menu. Enable or disable the checkbox using the mouse or the key combination <keyseq><key>Alt</key><key>S</key></keyseq>.</p><p>The spellcheck option is only available if you have the GtkSpell package for your distribution installed.</p></item>
       <item><title>Highlight WikiWords</title><p> Enable this checkbox to create links for phrases ThatLookLikeThis. Clicking on the link will create a new note with the title corresponding to the link text. Enable or disable this checkbox using the mouse or the key combination <keyseq><key>Alt</key><key>W</key></keyseq>.</p></item>
       <item><title>Enable auto-bulleted lists</title><p>Enable this checkbox, if you want create bulleted list by starting lines with dash character <key>-</key>. Read more about <link xref="bulleted-lists"/>.</p></item>
diff --git a/src/preferencesdialog.cpp b/src/preferencesdialog.cpp
index b431ae0..2c157a6 100644
--- a/src/preferencesdialog.cpp
+++ b/src/preferencesdialog.cpp
@@ -212,7 +212,7 @@ namespace gnote {
 
 
       // Status icon
-      check = manage(make_check_button(_("Use status _icon")));
+      check = manage(make_check_button(_("Use Status _Icon")));
       options_list->pack_start(*check, false, false, 0);
       peditor = new sharp::PropertyEditorBool(settings, Preferences::USE_STATUS_ICON, *check);
       peditor->setup();



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