[gnote] Fix keys in GSettings schema descriptions



commit 9adea4070e704b90071bab72fdd95e0e44b80ef7
Author: Aurimas Äernius <aurisc4 gmail com>
Date:   Sun Oct 30 15:42:42 2011 +0200

    Fix keys in GSettings schema descriptions

 data/org.gnome.gnote.gschema.xml.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/org.gnome.gnote.gschema.xml.in b/data/org.gnome.gnote.gschema.xml.in
index 57f2195..769b611 100644
--- a/data/org.gnome.gnote.gschema.xml.in
+++ b/data/org.gnome.gnote.gschema.xml.in
@@ -23,17 +23,17 @@
     <key name="enable-custom-font" type="b">
       <default>false</default>
       <_summary>Enable custom font</_summary>
-      <_description>If true, the font name set in custom_font_face will be used as the font when displaying notes. Otherwise the desktop default font will be used.</_description>
+      <_description>If true, the font name set in custom-font-face will be used as the font when displaying notes. Otherwise the desktop default font will be used.</_description>
     </key>
     <key name="custom-font-face" type="s">
       <default>'Serif 11'</default>
       <_summary>Custom Font Face</_summary>
-      <_description>If enable_custom_font is true, the font name set here will be used as the font when displaying notes.</_description>
+      <_description>If enable-custom-font is true, the font name set here will be used as the font when displaying notes.</_description>
     </key>
     <key name="enable-keybindings" type="b">
       <default>true</default>
       <_summary>Enable global keybindings</_summary>
-      <_description>If true, the desktop-global keybindings set in /apps/gnote/global_keybindings will be enabled, allowing for useful Gnote actions to be available from any application.</_description>
+      <_description>If true, the desktop-global keybindings set in /org/gnome/gnote/global-keybindings will be enabled, allowing for useful Gnote actions to be available from any application.</_description>
     </key>
     <key name="start-note" type="s">
       <default>''</default>



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