summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2021-02-11 17:01:23 +0100
committerSeth Chaiklin <sdc.blanco@youmail.dk>2021-02-18 23:17:15 +0100
commit37bed869d9bd6cf81d39634c901f68798c3c20a6 (patch)
tree99620b793f79f9ef54981b674289f3e34ccd09c5 /cui
parent16ba07b59d417444d73e4dd70535d7379b34df31 (diff)
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@documentfoundation.org> Tested-by: Jenkins
Diffstat (limited to 'cui')
-rw-r--r--cui/uiconfig/ui/acorexceptpage.ui10
1 files changed, 6 insertions, 4 deletions
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>