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@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
diff --git a/sw/uiconfig/swriter/ui/bibliographyentry.ui b/sw/uiconfig/swriter/ui/bibliographyentry.ui
index 3ee3c6b..a9a55a5 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>