diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-12-17 09:20:46 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-12-18 17:13:06 +0100 |
commit | 80deb9f71f29d76183f256afb92d3201998f14be (patch) | |
tree | a0a9e1dd2472b7c5bccbe7fc254b64d9d0d2ab8e /sw/uiconfig | |
parent | 5fd4d10da1370c46ac831e58eb4d138c9a02ab7d (diff) |
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>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/bibliographyentry.ui | 8 |
1 files changed, 4 insertions, 4 deletions
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> |