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/85270 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
parent
5fd4d10da1
commit
80deb9f71f
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue