[gdm] Fix a few string inconsistencies



commit 57659df20dc97e055b41c4d8e30836515aa9bde9
Author: Bruce Cowan <bugs bcowan fastmail co uk>
Date:   Wed Jul 15 14:45:38 2009 -0400

    Fix a few string inconsistencies
    
    The case wasn't consistent for boolean values in the schema
    descriptions.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=577382

 gui/simple-greeter/gdm-simple-greeter.schemas.in |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/gui/simple-greeter/gdm-simple-greeter.schemas.in b/gui/simple-greeter/gdm-simple-greeter.schemas.in
index 55b441f..270bb8c 100644
--- a/gui/simple-greeter/gdm-simple-greeter.schemas.in
+++ b/gui/simple-greeter/gdm-simple-greeter.schemas.in
@@ -53,7 +53,7 @@
       <default>FALSE</default>
       <locale name="C">
         <short>Disable showing the restart buttons</short>
-        <long>Set to TRUE to disable showing the restart buttons in the login window.</long>
+        <long>Set to true to disable showing the restart buttons in the login window.</long>
       </locale>
     </schema>
     <schema>
@@ -64,7 +64,7 @@
       <default>FALSE</default>
       <locale name="C">
         <short>Do not show known users in the login window</short>
-        <long>Set to TRUE to disable showing known users in the login window.</long>
+        <long>Set to true to disable showing known users in the login window.</long>
       </locale>
     </schema>
     <schema>
@@ -112,7 +112,7 @@
       <default>FALSE</default>
       <locale name="C">
         <short>Enable on-screen keyboard</short>
-        <long>Set to True to enable the on-screen keyboard.</long>
+        <long>Set to true to enable the on-screen keyboard.</long>
       </locale>
     </schema>
     <schema>
@@ -123,7 +123,7 @@
       <default>FALSE</default>
       <locale name="C">
         <short>Enable screen reader</short>
-        <long>Set to True to enable the screen reader.</long>
+        <long>Set to true to enable the screen reader.</long>
       </locale>
     </schema>
     <schema>
@@ -134,7 +134,7 @@
       <default>FALSE</default>
       <locale name="C">
         <short>Enable screen magnifier</short>
-        <long>Set to True to enable the screen magnifier.</long>
+        <long>Set to true to enable the screen magnifier.</long>
       </locale>
     </schema>
 
@@ -146,7 +146,7 @@
       <default>TRUE</default>
       <locale name="C">
         <short>Enable accessibility keyboard plugin</short>
-        <long>Set to True to enable the plugin to manage the accessibility keyboard settings.</long>
+        <long>Set to true to enable the plugin to manage the accessibility keyboard settings.</long>
       </locale>
     </schema>
     <schema>
@@ -169,7 +169,7 @@
       <default>TRUE</default>
       <locale name="C">
         <short>True if the background settings manager plugin is enabled.</short>
-        <long>Set to True to enable the background settings manager plugin.</long>
+        <long>Set to true to enable the background settings manager plugin.</long>
       </locale>
     </schema>
     <schema>
@@ -191,7 +191,7 @@
       <default>false</default>
       <locale name="C">
         <short>True if the media-keys settings manager plugin is enabled.</short>
-        <long>Set to True to enable the media-keys settings manager plugin.</long>
+        <long>Set to true to enable the media-keys settings manager plugin.</long>
       </locale>
     </schema>
     <schema>
@@ -213,7 +213,7 @@
       <default>TRUE</default>
       <locale name="C">
         <short>True if the sound settings manager plugin is enabled.</short>
-        <long>Set to True to enable the sound settings manager plugin.</long>
+        <long>Set to true to enable the sound settings manager plugin.</long>
       </locale>
     </schema>
     <schema>
@@ -235,7 +235,7 @@
       <default>TRUE</default>
       <locale name="C">
         <short>True if the xrandr settings manager plugin is enabled.</short>
-        <long>Set to True to enable the xrandr settings manager plugin.</long>
+        <long>Set to true to enable the xrandr settings manager plugin.</long>
       </locale>
     </schema>
     <schema>
@@ -257,7 +257,7 @@
       <default>TRUE</default>
       <locale name="C">
         <short>True if the xsettings settings manager plugin is enabled.</short>
-        <long>Set to True to enable the xsettings settings manager plugin.</long>
+        <long>Set to true to enable the xsettings settings manager plugin.</long>
       </locale>
     </schema>
     <schema>



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