[gsettings-desktop-schemas] schemas: Quote the a11y feature names



commit 3b57e208fe1c5d3fa76742cdcaf30bc5860beed1
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Nov 5 17:09:08 2012 +0100

    schemas: Quote the a11y feature names
    
    To make it clearer what is being translated.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687292

 ...g.gnome.desktop.a11y.keyboard.gschema.xml.in.in |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml.in.in b/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml.in.in
index fdb8ced..85a845d 100644
--- a/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml.in.in
@@ -22,8 +22,8 @@
     </key>
     <key name="bouncekeys-enable" type="b">
       <default>false</default>
-      <_summary>Enable the bounce keys</_summary>
-      <_description>Whether the bounce keys keyboard accessibility feature is turned on.</_description>
+      <_summary>Enable 'Bounce Keys'</_summary>
+      <_description>Whether the 'Bounce Keys' keyboard accessibility feature is turned on.</_description>
     </key>
     <key name="bouncekeys-delay" type="i">
       <default>300</default>
@@ -37,8 +37,8 @@
     </key>
     <key name="mousekeys-enable" type="b">
       <default>false</default>
-      <_summary>Enable mouse keys</_summary>
-      <_description>Whether the mouse keys accessibility feature is turned on.</_description>
+      <_summary>Enable 'Mouse Keys'</_summary>
+      <_description>Whether the 'Mouse Keys' accessibility feature is turned on.</_description>
     </key>
     <key name="mousekeys-max-speed" type="i">
       <default>10</default>
@@ -57,8 +57,8 @@
     </key>
     <key name="slowkeys-enable" type="b">
       <default>false</default>
-      <_summary>Enable slow keys</_summary>
-      <_description>Whether the slow keys accessibility feature is turned on.</_description>
+      <_summary>Enable 'Slow Keys'</_summary>
+      <_description>Whether the 'Slow Keys' accessibility feature is turned on.</_description>
     </key>
     <key name="slowkeys-delay" type="i">
       <default>300</default>
@@ -97,8 +97,8 @@
     </key>
     <key name="togglekeys-enable" type="b">
       <default>false</default>
-      <_summary>Enable toggle keys</_summary>
-      <_description>Whether the toggle keys accessibility feature is turned on.</_description>
+      <_summary>Enable 'Toggle Keys'</_summary>
+      <_description>Whether the 'Toggle Keys' accessibility feature is turned on.</_description>
     </key>
   </schema>
 </schemalist>



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