String changes

This commit is contained in:
Kovid Goyal 2021-06-21 12:37:46 +05:30
parent 7fe5fff311
commit 3dccfae35a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
3 changed files with 3 additions and 3 deletions

View File

@ -508,7 +508,7 @@ OptionRecommendation(name='smarten_punctuation',
recommended_value=False, level=OptionRecommendation.LOW, recommended_value=False, level=OptionRecommendation.LOW,
help=_('Convert plain quotes, dashes and ellipsis to their ' help=_('Convert plain quotes, dashes and ellipsis to their '
'typographically correct equivalents. For details, see ' 'typographically correct equivalents. For details, see '
'https://daringfireball.net/projects/smartypants' 'https://daringfireball.net/projects/smartypants.'
) )
), ),

View File

@ -20,7 +20,7 @@ class LookAndFeelWidget(Widget, Ui_Form):
TITLE = _('Look & feel') TITLE = _('Look & feel')
ICON = I('lookfeel.png') ICON = I('lookfeel.png')
HELP = _('Control the look and feel of the output') HELP = _('Control the look and feel of the output.')
COMMIT_NAME = 'look_and_feel' COMMIT_NAME = 'look_and_feel'
FILTER_CSS = { FILTER_CSS = {

View File

@ -782,7 +782,7 @@ class Overlay:
container.lastChild.appendChild(E.div( container.lastChild.appendChild(E.div(
style='text-align: right', style='text-align: right',
E.a(_('Edit metadata of book in library'), class_='blue-link', onclick=def(): E.a(_('Edit the metadata for this book in the library'), class_='blue-link', onclick=def():
container = document.getElementById(container_id) container = document.getElementById(container_id)
clear(container) clear(container)
container.appendChild(E.iframe( container.appendChild(E.iframe(