String changes

This commit is contained in:
Kovid Goyal 2020-11-11 10:29:57 +05:30
parent ed7897c395
commit df3fc1eba1
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
3 changed files with 5 additions and 5 deletions

View File

@ -116,7 +116,7 @@ Other options
:guilabel:`Thumb width` specifies a width preference for cover thumbnails included with Descriptions pages. Thumbnails are cached to improve performance. To experiment with different widths, try generating a catalog with just a few books until you've determined your preferred width, then generate your full catalog. The first time a catalog is generated with a new thumbnail width, performance will be slower, but subsequent builds of the catalog will take advantage of the thumbnail cache. :guilabel:`Thumb width` specifies a width preference for cover thumbnails included with Descriptions pages. Thumbnails are cached to improve performance. To experiment with different widths, try generating a catalog with just a few books until you've determined your preferred width, then generate your full catalog. The first time a catalog is generated with a new thumbnail width, performance will be slower, but subsequent builds of the catalog will take advantage of the thumbnail cache.
:guilabel:`Merge with Comments` specifies a custom column whose content will be non-destructively merged with the Comments metadata during catalog generation. For example, you might have a custom column :guilabel:`Author bio` that you'd like to append to the Comments metadata. You can choose to insert the custom column contents *before or after* the Comments section, and optionally separate the appended content with a horizontal rule separator. Eligible custom column types include ``text, comments, and composite``. :guilabel:`Merge with comments` specifies a custom column whose content will be non-destructively merged with the Comments metadata during catalog generation. For example, you might have a custom column :guilabel:`Author bio` that you'd like to append to the Comments metadata. You can choose to insert the custom column contents *before or after* the Comments section, and optionally separate the appended content with a horizontal rule separator. Eligible custom column types include ``text, comments, and composite``.
.. _Custom catalog covers: .. _Custom catalog covers:

View File

@ -519,7 +519,7 @@ class MetadataGroupBox(DeviceOptionsGroupBox):
_("Update metadata on Book Details pages"), _("Update metadata on Book Details pages"),
_('This will update the metadata in the device database when the device is connected. ' _('This will update the metadata in the device database when the device is connected. '
'The metadata updated is displayed on the device in the library and the book details page. ' 'The metadata updated is displayed on the device in the library and the book details page. '
'This is the Title, Authors, Comments/Synopsis, Series name and number, Publisher and Published Date, ISBN and Language. ' 'This is the title, authors, comments/synopsis, series name and number, publisher and published Date, ISBN and language. '
'If a metadata plugboard exists for the device and book format, this will be used to set the metadata.' 'If a metadata plugboard exists for the device and book format, this will be used to set the metadata.'
), ),
device.get_pref('update_core_metadata') device.get_pref('update_core_metadata')

View File

@ -317,9 +317,9 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form):
if len(fpb) == 0: if len(fpb) == 0:
del self.current_plugboards[self.current_format] del self.current_plugboards[self.current_format]
else: else:
if comments_in_dests and not question_dialog(self.gui, _('Plugboard modifies Comments'), if comments_in_dests and not question_dialog(self.gui, _('Plugboard modifies comments'),
_('This plugboard modifies the Comments metadata. ' _('This plugboard modifies the comments metadata. '
'If the Comments are set to invalid HTML, it could cause problems on the device. ' 'If the comments are set to invalid HTML, it could cause problems on the device. '
'Are you sure you wish to save this plugboard?' 'Are you sure you wish to save this plugboard?'
), ),
skip_dialog_name='plugboard_comments_in_dests' skip_dialog_name='plugboard_comments_in_dests'