diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-06-04 17:11:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-06-04 21:00:33 +0200 |
commit | cf495c580d19bc43ff7860ccc9e84159e0d44edf (patch) | |
tree | b23a4b70396baa708773d620eda993861ccf53fa /starmath/uiconfig | |
parent | b9959364cbdbf8a17d977717522e57187f82730f (diff) |
move unique use of secondary-icon-tooltip-text to tooltip-text
there are no "secondary" or "primary" icons for the tip to be
relevant to. I imagine this should be for the whole widget.
Change-Id: I6186499a9f981ab910e79970419e7cb5f0f02db5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116729
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/uiconfig')
-rw-r--r-- | starmath/uiconfig/smath/ui/smathsettings.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/uiconfig/smath/ui/smathsettings.ui b/starmath/uiconfig/smath/ui/smathsettings.ui index 214c57a8d8ca..1c47c872f32f 100644 --- a/starmath/uiconfig/smath/ui/smathsettings.ui +++ b/starmath/uiconfig/smath/ui/smathsettings.ui @@ -334,7 +334,7 @@ <property name="truncate-multiline">True</property> <property name="adjustment">adjustment2</property> <property name="value">100</property> - <property name="secondary-icon-tooltip-text" translatable="yes" context="extended_tip|smzoom">Reduces or enlarges the size of the formula code by a specified enlargement factor.</property> + <property name="tooltip-text" translatable="yes" context="extended_tip|smzoom">Reduces or enlarges the size of the formula code by a specified enlargement factor.</property> <child internal-child="accessible"> <object class="AtkObject" id="smzoom-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|smzoom">Reduces or enlarges the size of the formula code by a specified enlargement factor.</property> |