summaryrefslogtreecommitdiff
path: root/cui/uiconfig
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2021-01-25 09:18:29 +0100
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2021-01-29 09:51:46 +0100
commitf51119a37864bca35737898a8cbba9345e09b124 (patch)
tree3c98309ceecfeb84db0acb5a0180f0c1cd74027c /cui/uiconfig
parent1250aecd71fabde4dba990bfceb61bbe8e06b8ea (diff)
tdf#75923 "Always Correct" to "Add to AutoCorrect" in Spelling dialog
* improve choices for accelerator keys + add tooltip for "Add to AutoCorrect" + add missing extended tip for "Add to Dictionary" * change "Always correct to" to "Always AutoCorrect to" in Spelling context menu. + add tooltip for "Always AutoCorrect to" Change-Id: I54428fcd03ed7205a503935c77a7e08f9682bb1e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109809 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r--cui/uiconfig/ui/spellingdialog.ui16
1 files changed, 11 insertions, 5 deletions
diff --git a/cui/uiconfig/ui/spellingdialog.ui b/cui/uiconfig/ui/spellingdialog.ui
index 368e9506efe5..81458c8ff92a 100644
--- a/cui/uiconfig/ui/spellingdialog.ui
+++ b/cui/uiconfig/ui/spellingdialog.ui
@@ -272,7 +272,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes" context="spellingdialog|notindictft">_Not in dictionary</property>
+ <property name="label" translatable="yes" context="spellingdialog|notindictft">_Not in Dictionary</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">sentence</property>
<property name="xalign">0</property>
@@ -482,16 +482,17 @@
</child>
<child>
<object class="GtkButton" id="autocorrect">
- <property name="label" translatable="yes" context="spellingdialog|autocorrect">Alwa_ys Correct</property>
+ <property name="label" translatable="yes" context="spellingdialog|autocorrect">Add to _AutoCorrect</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
+ <property name="tooltip_text" translatable="yes" context="spellingdialog|autocorrect">Add selected suggestion as replacement for incorrect word in AutoCorrect replacement table.</property>
<property name="valign">center</property>
<property name="hexpand">True</property>
<property name="use_underline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="autocorrect-atkobject">
- <property name="AtkObject::accessible-description" translatable="yes" context="spellingdialog|extended_tip|autocorrect">Adds the current combination of the incorrect word and the replacement word to the AutoCorrect replacements table.</property>
+ <property name="AtkObject::accessible-description" translatable="yes" context="spellingdialog|extended_tip|autocorrect">Adds the current combination of the incorrect word and the replacement word to the AutoCorrect replacement table.</property>
</object>
</child>
</object>
@@ -575,13 +576,18 @@
</child>
<child>
<object class="GtkButton" id="add">
- <property name="label" translatable="yes" context="spellingdialog|add">_Add to Dictionary</property>
+ <property name="label" translatable="yes" context="spellingdialog|add">Add to _Dictionary</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="valign">center</property>
<property name="hexpand">True</property>
<property name="use_underline">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="addmb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="spellingdialog|extended_tip|add">Adds the unknown word to a user-defined dictionary.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -590,7 +596,7 @@
</child>
<child>
<object class="GtkMenuButton" id="addmb">
- <property name="label" translatable="yes" context="spellingdialog|addmb">_Add to Dictionary</property>
+ <property name="label" translatable="yes" context="spellingdialog|addmb">Add to _Dictionary</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>