starmath/uiconfig/smath/ui/smathsettings.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cf495c580d19bc43ff7860ccc9e84159e0d44edf Author: Caolán McNamara <[email protected]> AuthorDate: Fri Jun 4 17:11:30 2021 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Fri Jun 4 21:00:33 2021 +0200 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 <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
