summaryrefslogtreecommitdiff
path: root/sw/uiconfig
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2020-02-27 12:51:07 +0100
committerSeth Chaiklin <sdc.blanco@youmail.dk>2020-03-03 20:29:07 +0100
commit8aab11e697c30ad939a1e9b1f71c2b34c59457dd (patch)
treecf27bce0702bdb6a6d3d2af88256288f00c39c48 /sw/uiconfig
parent0c0bc5259027de01462dc4c0139e3046bc78eec8 (diff)
UI updates to insert and edit footnote/endnote
- add colon to Character label with buddy control - add tooltips to arrows in Edit Footnote/endnote Change-Id: I5baf59fffd39771101ff0b40105ffcecc7489aec Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89580 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r--sw/uiconfig/swriter/ui/insertfootnote.ui4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/insertfootnote.ui b/sw/uiconfig/swriter/ui/insertfootnote.ui
index 539afc03da67..059532476e6e 100644
--- a/sw/uiconfig/swriter/ui/insertfootnote.ui
+++ b/sw/uiconfig/swriter/ui/insertfootnote.ui
@@ -41,6 +41,7 @@
<property name="receives_default">True</property>
<property name="image">image1</property>
<property name="image_position">right</property>
+ <property name="tooltip_text" translatable="yes" context="insertfootnote|prev">Previous footnote/endnote</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -52,6 +53,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image2</property>
+ <property name="tooltip_text" translatable="yes" context="insertfootnote|next">Next footnote/endnote</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -163,7 +165,7 @@
</child>
<child>
<object class="GtkRadioButton" id="character">
- <property name="label" translatable="yes" context="insertfootnote|character">Character</property>
+ <property name="label" translatable="yes" context="insertfootnote|character">Character:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>