sw/uiconfig/swriter/ui/insertcaption.ui | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
New commits: commit 9d298aa0c78855fd075e24ef542e0c8e176e729c Author: Seth Chaiklin <sdc.bla...@youmail.dk> AuthorDate: Sat Apr 1 13:19:01 2023 +0200 Commit: Seth Chaiklin <sdc.bla...@youmail.dk> CommitDate: Tue Apr 4 13:09:23 2023 +0200 tdf#153242 "Separator" -> "Before caption" The "separator" option places an option text after the category name and number and before the caption text. This option is relabeled to "Before caption" to make its function more transparent and to reduce ambiguity with "separator" which is also used, with a different meaning, as part of Heading Numbering before Caption Number in the Caption Options. Also, add a tooltip for this option, and update extended tip to explain the option more precisely and fully. Change-Id: I3d1a53936ea68ac79c5f6a5ed41dd291826b0227 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149878 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org> diff --git a/sw/uiconfig/swriter/ui/insertcaption.ui b/sw/uiconfig/swriter/ui/insertcaption.ui index ec4500b525c9..355f2b2c46a1 100644 --- a/sw/uiconfig/swriter/ui/insertcaption.ui +++ b/sw/uiconfig/swriter/ui/insertcaption.ui @@ -177,7 +177,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes" context="insertcaption|separator_label">Separator:</property> + <property name="label" translatable="yes" context="insertcaption|separator_label">Before caption:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">separator_edit</property> </object> @@ -224,9 +224,10 @@ <property name="activates_default">True</property> <property name="text" translatable="yes" context="insertcaption|separator_edit">: </property> <property name="truncate-multiline">True</property> + <property name="tooltip-text" translatable="yes" context="insertcaption|separator_edit|tooltip_text">Enter optional text characters to appear after the caption category and number and before the caption text.</property> <child internal-child="accessible"> <object class="AtkObject" id="separator_edit-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="insertcaption|extended_tip|separator_edit">Enter optional text characters to appear between the number and the caption text.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="insertcaption|extended_tip|separator_edit">Enter optional text characters to appear after the caption category and number and before the caption text. The optional text characters are not inserted if no caption text is given.</property> </object> </child> </object>