mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-29 19:46:28 +01:00
String changes
This commit is contained in:
parent
7fe5fff311
commit
3dccfae35a
3 changed files with 3 additions and 3 deletions
|
|
@ -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.'
|
||||
)
|
||||
),
|
||||
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue