[gnote] * Short descriptions in shema must not end with a '.' (Closes #579337)



commit 6836f5dded1d7196b3f7485640d00576298cc901
Author: Stéphane Raimbault <sra makina-corpus com>
Date:   Sun Apr 26 23:02:21 2009 -0400

      * Short descriptions in shema must not end with a '.' (Closes #579337)
    
    Signed-off-by: Hubert Figuiere <hub figuiere net>
---
 NEWS                  |    1 +
 data/gnote.schemas.in |    8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index f05f023..eb414b2 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@ Fixes:
 
 Translations: 
 
+  * Short descriptions in shema must not end with a '.' (Closes #579337)
   * Added translations:
     - Portugese (pt)
     - Spanish (es)
diff --git a/data/gnote.schemas.in b/data/gnote.schemas.in
index 70e1678..abd8d90 100644
--- a/data/gnote.schemas.in
+++ b/data/gnote.schemas.in
@@ -38,7 +38,7 @@
       <type>bool</type>
       <default>true</default>
       <locale name="C">
-         <short>Enable Auto bulleted lists.</short>
+         <short>Enable Auto bulleted lists</short>
          <long>
          Enable this option if you want bulleted lists to be automatic when you place - or * at the beginning of a line.
          </long>
@@ -52,7 +52,7 @@
       <type>bool</type>
       <default>false</default>
       <locale name="C">
-         <short>Enable Middle-Click Paste On Icon.</short>
+         <short>Enable Middle-Click Paste On Icon</short>
          <long>
          Enable this option if you want to be able to middle-click the Gnote icon to paste timestamped content into the Start Here note.
          </long>
@@ -144,7 +144,7 @@
       <type>string</type>
       <default></default>
       <locale name="C">
-         <short>List of pinned notes.</short>
+         <short>List of pinned notes</short>
          <long>
 	   Whitespace-separated list of note URIs for notes that should always
 	   appear in the Gnote note menu.
@@ -554,7 +554,7 @@
       <type>bool</type>
       <default>true</default>
       <locale name="C">
-         <short>Enable closing notes with escape.</short>
+         <short>Enable closing notes with escape</short>
          <long>
 	   If enabled, an opened note can be closed by hitting the escape key.
          </long>



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