mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
String changes
This commit is contained in:
parent
7fe5fff311
commit
3dccfae35a
@ -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.'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
||||||
|
@ -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 = {
|
||||||
|
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user