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 @@ def __init__(self, input, output, log, report_progress=DummyReporter(),
recommended_value=False, level=OptionRecommendation.LOW,
help=_('Convert plain quotes, dashes and ellipsis to their '
'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')
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'
FILTER_CSS = {

View file

@ -782,7 +782,7 @@ def handle_message(msg):
container.lastChild.appendChild(E.div(
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)
clear(container)
container.appendChild(E.iframe(