[Libreoffice-commits] core.git: sw/uiconfig

Seth Chaiklin (via logerrit) logerrit at kemper.freedesktop.org
Tue Mar 3 19:29:41 UTC 2020


 sw/uiconfig/swriter/ui/insertfootnote.ui |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 8aab11e697c30ad939a1e9b1f71c2b34c59457dd
Author:     Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Thu Feb 27 12:51:07 2020 +0100
Commit:     Seth Chaiklin <sdc.blanco at youmail.dk>
CommitDate: Tue Mar 3 20:29:07 2020 +0100

    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 at documentfoundation.org>
    Reviewed-by: Seth Chaiklin <sdc.blanco at youmail.dk>

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>


More information about the Libreoffice-commits mailing list