[regexxer] Fix gsettings description strings.



commit 720ae89db22844522fc7f00343de0a6516982eb5
Author: Fabien Parent <parent f gmail com>
Date:   Sun Feb 20 11:57:44 2011 +0100

    Fix gsettings description strings.

 ui/org.regexxer.gschema.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ui/org.regexxer.gschema.xml b/ui/org.regexxer.gschema.xml
index 3019d4a..68dded3 100644
--- a/ui/org.regexxer.gschema.xml
+++ b/ui/org.regexxer.gschema.xml
@@ -3,12 +3,12 @@
     <key name="regex-patterns" type="as">
       <default>[]</default>
       <summary>Regex Patterns</summary>
-      <description>List of last pattern used for the regex entry.</description>
+      <description>List of last patterns used for the regex entry.</description>
     </key>
     <key name="substitution-patterns" type="as">
       <default>[]</default>
       <summary>Regex Patterns</summary>
-      <description>List of last pattern used for the substitution entry.</description>
+      <description>List of last patterns used for the substitution entry.</description>
     </key>
     <key name="textview-font" type="s">
       <default>'Monospace 10'</default>



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