[evolution] I#1831 - Correct GSettings schema strings for translation



commit a6b4f08cb6603f0b0e25515b8b6e441956c062ba
Author: Milan Crha <mcrha redhat com>
Date:   Fri Mar 18 09:43:30 2022 +0100

    I#1831 - Correct GSettings schema strings for translation
    
    Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1831

 .../org.gnome.evolution.addressbook.gschema.xml.in | 48 +++++++++++-----------
 data/org.gnome.evolution.mail.gschema.xml.in       |  4 +-
 2 files changed, 26 insertions(+), 26 deletions(-)
---
diff --git a/data/org.gnome.evolution.addressbook.gschema.xml.in 
b/data/org.gnome.evolution.addressbook.gschema.xml.in
index c413049abb..91d938d48e 100644
--- a/data/org.gnome.evolution.addressbook.gschema.xml.in
+++ b/data/org.gnome.evolution.addressbook.gschema.xml.in
@@ -61,58 +61,58 @@
       <_description>Whether to show the preview pane.</_description>
     </key>
     <key type="b" name="editor-show-contact-phone">
-      <_default>true</_default>
-      <summary>Show phone numbers</summary>
+      <default>true</default>
+      <_summary>Show phone numbers</_summary>
       <_description>Whether to show phone numbers in the editor</_description>
     </key>
     <key type="b" name="editor-show-contact-sip">
-      <_default>true</_default>
-      <summary>Show SIP addresses</summary>
+      <default>true</default>
+      <_summary>Show SIP addresses</_summary>
       <_description>Whether to show SIP addresses in the editor</_description>
     </key>
     <key type="b" name="editor-show-contact-im">
-      <_default>true</_default>
-      <summary>Show IM addresses</summary>
+      <default>true</default>
+      <_summary>Show IM addresses</_summary>
       <_description>Whether to show IM addresses in the editor</_description>
     </key>
     <key type="b" name="editor-show-mailing-home">
-      <_default>true</_default>
-      <summary>Show mailing Home addresses</summary>
+      <default>true</default>
+      <_summary>Show mailing Home addresses</_summary>
       <_description>Whether to show mailing Home addresses in the editor</_description>
     </key>
     <key type="b" name="editor-show-mailing-work">
-      <_default>true</_default>
-      <summary>Show mailing Work addresses</summary>
+      <default>true</default>
+      <_summary>Show mailing Work addresses</_summary>
       <_description>Whether to show mailing addresses Work in the editor</_description>
     </key>
     <key type="b" name="editor-show-mailing-other">
-      <_default>true</_default>
-      <summary>Show mailing Other addresses</summary>
+      <default>true</default>
+      <_summary>Show mailing Other addresses</_summary>
       <_description>Whether to show mailing addresses Other in the editor</_description>
     </key>
     <key type="b" name="editor-show-personal-web">
-      <_default>true</_default>
-      <summary>Show web addresses</summary>
+      <default>true</default>
+      <_summary>Show web addresses</_summary>
       <_description>Whether to show Web Addresses in the editor</_description>
     </key>
     <key type="b" name="editor-show-personal-job">
-      <_default>true</_default>
-      <summary>Show job information</summary>
+      <default>true</default>
+      <_summary>Show job information</_summary>
       <_description>Whether to show job information in the editor</_description>
     </key>
     <key type="b" name="editor-show-personal-misc">
-      <_default>true</_default>
-      <summary>Show Miscellaneous information</summary>
+      <default>true</default>
+      <_summary>Show Miscellaneous information</_summary>
       <_description>Whether to show Miscellaneous information in the editor</_description>
     </key>
     <key type="b" name="editor-show-notes">
-      <_default>true</_default>
-      <summary>Show notes-tab</summary>
+      <default>true</default>
+      <_summary>Show notes-tab</_summary>
       <_description>Whether to show notes in the editor</_description>
     </key>
     <key type="b" name="editor-show-certs">
-      <_default>true</_default>
-      <summary>Show Certificates tab</summary>
+      <default>true</default>
+      <_summary>Show Certificates tab</_summary>
       <_description>Whether to show Certificates tab in the editor</_description>
     </key>
     <key type="s" name="open-map-target">
@@ -121,8 +121,8 @@
       <_description>Currently supported values are “openstreetmap” and “google”; if unknown set, uses 
“openstreetmap”</_description>
     </key>
     <key type="b" name="preview-home-before-work">
-      <_default>false</_default>
-      <summary>Preview Personal before Work information</summary>
+      <default>false</default>
+      <_summary>Preview Personal before Work information</_summary>
       <_description>Show the Personal information before the Work information in the contact 
preview</_description>
     </key>
   </schema>
diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in
index f97b99f9ce..cfcbc83a93 100644
--- a/data/org.gnome.evolution.mail.gschema.xml.in
+++ b/data/org.gnome.evolution.mail.gschema.xml.in
@@ -190,8 +190,8 @@
     </key>
     <key type="i" name="composer-delay-outbox-flush">
       <default>-1</default>
-      <summary>How long to delay Outbox flush when sending messages through Outbox folder</summary>
-      <description>A delay, in minutes, to wait for the Outbox folder flush. Less than 0 means never flush, 
0 means immediately, the rest is the delay interval in minutes.</description>
+      <_summary>How long to delay Outbox flush when sending messages through Outbox folder</_summary>
+      <_description>A delay, in minutes, to wait for the Outbox folder flush. Less than 0 means never flush, 
0 means immediately, the rest is the delay interval in minutes.</_description>
     </key>
     <key name="composer-signature-in-new-only" type="b">
       <default>false</default>


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