diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-02-08 19:42:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-02-09 08:58:39 +0000 |
commit | f121b890f8f70fe2a0e633d3b4ad59c27ebba9b3 (patch) | |
tree | 6cda5640c396c3de8d6e762f74257ef85fbe8f4b | |
parent | 9850aed84b8aa0a47eb89c7b547f1b90420db9a3 (diff) |
tdf#153229 add an extended tip for this new widget
and fix mnemonic target
Change-Id: Iad68048a6f0f824b774306033fdbbfe65b152804
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146675
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | cui/uiconfig/ui/optviewpage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/optviewpage.ui b/cui/uiconfig/ui/optviewpage.ui index c0ea6b0f2bef..92fa9be49851 100644 --- a/cui/uiconfig/ui/optviewpage.ui +++ b/cui/uiconfig/ui/optviewpage.ui @@ -506,7 +506,7 @@ </items> <child internal-child="accessible"> <object class="AtkObject" id="appearance-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip | iconstyle">Specifies the icon style for icons in toolbars and dialogs.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip | appearance">Specifies whether to follow the system appearance mode or override Dark or Light.</property> </object> </child> </object> @@ -521,7 +521,7 @@ <property name="can-focus">False</property> <property name="label" translatable="yes" context="optviewpage|label7">Mode:</property> <property name="use-underline">True</property> - <property name="mnemonic-widget">iconstyle</property> + <property name="mnemonic-widget">appearance</property> <property name="xalign">0</property> </object> <packing> |