[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - sw/uiconfig

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Wed Dec 18 18:54:19 UTC 2019


 sw/uiconfig/swriter/ui/bibliographyentry.ui |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 102ad30193dd9837b8bc4bba05d22d932eef6312
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Dec 17 09:20:46 2019 +0000
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Wed Dec 18 19:53:14 2019 +0100

    Resolves: tdf#129444 relabel the insert bibliography entry sections
    
    following Mihkel Tõnnov suggestions of...
    
    <<
    The two section headers, "Entry" (old) and "Layout" (new in 6.4) no longer
    match their sections:
    
    1) "Entry" has only two sub-items now, the radio buttons for choosing
    between "From bibliography database" and "From document content".
    
    2) "Layout" has three sub-items: Short name (dropdown), Author, Title.
    
    It would be logical to name that one "Entry", and rename the first header
    (current "Entry") to "Bibliography source" or similar, as it now is header only
    for the upper part of the dialog, not the whole dialog anymore.
    >>
    
    and
    
    <<
    If their header becomes "Bibliography Source", then I think the "From" should
    be dropped from them: "Bibliography database" and "Document content".
    >>
    
    Change-Id: I35f566defb02f3931507543536c534564bfbd2f4
    Reviewed-on: https://gerrit.libreoffice.org/85403
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/sw/uiconfig/swriter/ui/bibliographyentry.ui b/sw/uiconfig/swriter/ui/bibliographyentry.ui
index 3ee3c6bffb44..a9a55a5eedd7 100644
--- a/sw/uiconfig/swriter/ui/bibliographyentry.ui
+++ b/sw/uiconfig/swriter/ui/bibliographyentry.ui
@@ -132,7 +132,7 @@
                     <property name="row_spacing">6</property>
                     <child>
                       <object class="GtkRadioButton" id="frombibliography">
-                        <property name="label" translatable="yes" context="bibliographyentry|frombibliography">From bibliography database</property>
+                        <property name="label" translatable="yes" context="bibliographyentry|frombibliography">Bibliography Database</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
@@ -148,7 +148,7 @@
                     </child>
                     <child>
                       <object class="GtkRadioButton" id="fromdocument">
-                        <property name="label" translatable="yes" context="bibliographyentry|fromdocument">From document content</property>
+                        <property name="label" translatable="yes" context="bibliographyentry|fromdocument">Document Content</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
@@ -170,7 +170,7 @@
               <object class="GtkLabel" id="label1">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="label" translatable="yes" context="bibliographyentry|label1">Entry</property>
+                <property name="label" translatable="yes" context="bibliographyentry|label1">Bibliography Source</property>
                 <attributes>
                   <attribute name="weight" value="bold"/>
                 </attributes>
@@ -294,7 +294,7 @@
               <object class="GtkLabel" id="label4">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="label" translatable="yes" context="bibliographyentry|label4">Layout</property>
+                <property name="label" translatable="yes" context="bibliographyentry|label4">Entry</property>
                 <attributes>
                   <attribute name="weight" value="bold"/>
                 </attributes>


More information about the Libreoffice-commits mailing list