diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-06-13 13:04:54 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-06-15 15:43:02 +0200 |
commit | 8611bf020248d2b94e673465e22bd1db80f7eafd (patch) | |
tree | b7bd1c396c4f351c28df40a2944ab19091364d9d /sw | |
parent | 376be26f4ebc5876ef93e7470ccbf85d21bf77cc (diff) |
Add precision on tocentriespage.ui
Change-Id: Ibdaa15e1d573f34e3098bf00b883752ce4df40c1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135767
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/tocentriespage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/ui/tocentriespage.ui b/sw/uiconfig/swriter/ui/tocentriespage.ui index 5d522dfb51ec..10ff109d54e1 100644 --- a/sw/uiconfig/swriter/ui/tocentriespage.ui +++ b/sw/uiconfig/swriter/ui/tocentriespage.ui @@ -3,7 +3,7 @@ <interface domain="sw"> <requires lib="gtk+" version="3.20"/> <object class="GtkAdjustment" id="adjustment1"> - <property name="upper">19.99</property> + <property name="upper">19.989999999999998</property> <property name="step-increment">0.05</property> <property name="page-increment">1</property> </object> @@ -751,7 +751,7 @@ <property name="draw-indicator">True</property> <child internal-child="accessible"> <object class="AtkObject" id="reltostyle-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="tocentriespage|extended_tip|reltostyle">Positions the tab stop relative to the "indent from left" value defined in the paragraph style selected on the Styles tab. Otherwise the tab stop is positioned relative to the left text margin.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="tocentriespage|extended_tip|reltostyle">Positions the tab stop relative to the "before the text" indent value defined in the paragraph style selected on the Styles tab. Otherwise the tab stop is positioned relative to the left text margin.</property> </object> </child> </object> |