[gnome-settings-daemon] Remove extraneous differences in schema strings



commit 8dfc7fcacd100ebac78ae1f30937019bdbf95a7d
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Sep 15 19:26:48 2011 -0400

    Remove extraneous differences in schema strings
    
    There is no reason to not share this string identically across
    all plugins. So remove the extra period that some of them had.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=659086

 ...ings-daemon.peripherals.wacom.gschema.xml.in.in |    4 ++--
 ...tings-daemon.plugins.keyboard.gschema.xml.in.in |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in b/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
index 4554d62..1fd837c 100644
--- a/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
@@ -3,12 +3,12 @@
     <key name="active" type="b">
       <default>true</default>
       <_summary>Activation of this plugin</_summary>
-      <_description>Whether this plugin would be activated by gnome-settings-daemon or not.</_description>
+      <_description>Whether this plugin would be activated by gnome-settings-daemon or not</_description>
     </key>
     <key name="priority" type="i">
       <default>6</default>
       <_summary>Priority to use for this plugin</_summary>
-      <_description>Priority to use for this plugin in gnome-settings-daemon startup queue.</_description>
+      <_description>Priority to use for this plugin in gnome-settings-daemon startup queue</_description>
     </key>
   </schema>
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.wacom" path="/org/gnome/settings-daemon/peripherals/wacom/">
diff --git a/data/org.gnome.settings-daemon.plugins.keyboard.gschema.xml.in.in b/data/org.gnome.settings-daemon.plugins.keyboard.gschema.xml.in.in
index aa51117..4d2a728 100644
--- a/data/org.gnome.settings-daemon.plugins.keyboard.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.plugins.keyboard.gschema.xml.in.in
@@ -3,12 +3,12 @@
     <key name="active" type="b">
       <default>true</default>
       <_summary>Activation of this plugin</_summary>
-      <_description>Whether this plugin would be activated by gnome-settings-daemon or not.</_description>
+      <_description>Whether this plugin would be activated by gnome-settings-daemon or not</_description>
     </key>
     <key name="priority" type="i">
       <default>6</default>
       <_summary>Priority to use for this plugin</_summary>
-      <_description>Priority to use for this plugin in gnome-settings-daemon startup queue.</_description>
+      <_description>Priority to use for this plugin in gnome-settings-daemon startup queue</_description>
     </key>
   </schema>
 </schemalist>



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