tdf#153242 "Numbering separator" -> "After number"
The meaning of "Numbering separator" is opaque. The new label indicates where the optional text string will be placed. The added tooltip / extended tip helps to explain. Change-Id: Ia9da9d4d1d6bdf40ab7465cffe8d0d5faf42b27d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149992 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
This commit is contained in:
parent
681c08523c
commit
feed4e7b75
1 changed files with 7 additions and 1 deletions
|
@ -241,9 +241,15 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes" context="insertcaption|num_separator">Numbering separator:</property>
|
||||
<property name="label" translatable="yes" context="insertcaption|num_separator">After number:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">num_separator_edit</property>
|
||||
<property name="tooltip-text" translatable="yes" context="insertcaption|num_separator|tooltip_text">Enter optional text to appear after caption number. “Caption order” (in Options) must be “Numbering first”.</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="num_separator-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="insertcaption|extended_tip|num_separator">Enter optional text to appear after the caption number. Only available when “Numbering first” is selected for “Caption order” in Options.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
|
|
Loading…
Reference in a new issue