[Libreoffice-commits] core.git: cui/uiconfig

Seth Chaiklin (via logerrit) logerrit at kemper.freedesktop.org
Thu Feb 18 22:18:06 UTC 2021


 cui/uiconfig/ui/acorexceptpage.ui |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

New commits:
commit 37bed869d9bd6cf81d39634c901f68798c3c20a6
Author:     Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Thu Feb 11 17:01:23 2021 +0100
Commit:     Seth Chaiklin <sdc.blanco at youmail.dk>
CommitDate: Thu Feb 18 23:17:15 2021 +0100

    extended tooltip corrections in AutoCorrect Exceptions dialog
    
    The Exceptions dialog tab got its extended tooltips automatically from
    the help pages. Two of them (Autoinclude) inherited a missing space in
    the tooltip. "Words with TWo INitial CApitals or sMALL iNITIAL" did not
    have an updated version of the help that included "small initial".
    
    Also, the inherited "extended tooltip" was for both "Autoinclude"
    items, and was missing a critical piece of information. See tdf#140366 and
    https://gerrit.libreoffice.org/c/help/+/110782 for details.
    
    The patch corrects the extended tooltips so that they are
    appropriate for each autoinclude.  Plus it adds a tooltip for
    each autoinclude.
    
    Also, changed the accelerator key for Autoinclude so that it did not
    clash with the accelerator for the "language" option.
    
    Change-Id: I893577c2da6da85cdd25465d6e0463dab185fe3c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110773
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
    Tested-by: Jenkins

diff --git a/cui/uiconfig/ui/acorexceptpage.ui b/cui/uiconfig/ui/acorexceptpage.ui
index 9d7a00ee195f..faf4449c953f 100644
--- a/cui/uiconfig/ui/acorexceptpage.ui
+++ b/cui/uiconfig/ui/acorexceptpage.ui
@@ -64,15 +64,16 @@
             </child>
             <child>
               <object class="GtkCheckButton" id="autoabbrev">
-                <property name="label" translatable="yes" context="acorexceptpage|autoabbrev">_AutoInclude</property>
+                <property name="label" translatable="yes" context="acorexceptpage|autoabbrev">Auto_Include</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">False</property>
                 <property name="use_underline">True</property>
                 <property name="draw_indicator">True</property>
+                <property name="tooltip_text" translatable="yes" context="acorexceptpage|autoabbrev">Automatically add to the exception list if autocorrection is immediately undone.</property>
                 <child internal-child="accessible">
                   <object class="AtkObject" id="autoabbrev-atkobject">
-                    <property name="AtkObject::accessible-description" translatable="yes" context="acorexceptpage|extended_tip|autoabbrev">Automatically adds abbreviations or words that start with two capital letters to the corresponding list of exceptions. This feature only works if the Correct TWo INitial CApitals option or the Capitalize first letter of every sentence option are selected in the [T] column onOptions tab of this dialog.</property>
+                    <property name="AtkObject::accessible-description" translatable="yes" context="acorexceptpage|extended_tip|autoabbrev">Adds autocorrected abbreviations to the list of exceptions, if the autocorrection is immediately undone. This feature is only effective when Capitalize first letter of every sentence option is selected in the [T] column on the Options tab of this dialog.</property>
                   </object>
                 </child>
               </object>
@@ -244,7 +245,7 @@
                 <property name="truncate-multiline">True</property>
                 <child internal-child="accessible">
                   <object class="AtkObject" id="double-atkobject">
-                    <property name="AtkObject::accessible-description" translatable="yes" context="acorexceptpage|extended_tip|double">Type the word or abbreviation that starts with two capital letters that you do not want %PRODUCTNAME to change to one initial capital. For example, enter PC to prevent %PRODUCTNAME from changing PC to Pc.</property>
+                    <property name="AtkObject::accessible-description" translatable="yes" context="acorexceptpage|extended_tip|double">Type the word or abbreviation that starts with two capital letters or a small initial that you do not want %PRODUCTNAME to change to one initial capital. For example, enter PC to prevent %PRODUCTNAME from changing PC to Pc, or enter eBook to prevent a change to Ebook.</property>
                   </object>
                 </child>
               </object>
@@ -261,9 +262,10 @@
                 <property name="receives_default">False</property>
                 <property name="use_underline">True</property>
                 <property name="draw_indicator">True</property>
+                <property name="tooltip_text" translatable="yes" context="acorexceptpage|autodouble">Automatically add to the exception list if autocorrection is immediately undone.</property>
                 <child internal-child="accessible">
                   <object class="AtkObject" id="autodouble-atkobject">
-                    <property name="AtkObject::accessible-description" translatable="yes" context="acorexceptpage|extended_tip|autodouble">Automatically adds abbreviations or words that start with two capital letters to the corresponding list of exceptions. This feature only works if the Correct TWo INitial CApitals option or the Capitalize first letter of every sentence option are selected in the [T] column onOptions tab of this dialog.</property>
+                    <property name="AtkObject::accessible-description" translatable="yes" context="acorexceptpage|extended_tip|autodouble">Adds autocorrected words that start with two capital letters to the list of exceptions, if the autocorrection is immediately undone. This feature is only effective if the Correct TWo INitial CApitals option is selected in the [T] column on the Options tab of this dialog.</property>
                   </object>
                 </child>
               </object>


More information about the Libreoffice-commits mailing list