mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
669d67ad29
commit
09f6568dd7
@ -542,7 +542,7 @@ class Delegate(QStyledItemDelegate):
|
|||||||
visit = _('Right click to visit theme homepage') if theme.get('url') else ''
|
visit = _('Right click to visit theme homepage') if theme.get('url') else ''
|
||||||
theme['static-text'] = QStaticText(_(
|
theme['static-text'] = QStaticText(_(
|
||||||
'''
|
'''
|
||||||
<h1>{title}</h1>
|
<h2>{title}</h2>
|
||||||
<p>by <i>{author}</i> with <b>{number}</b> icons [{size}]</p>
|
<p>by <i>{author}</i> with <b>{number}</b> icons [{size}]</p>
|
||||||
<p>{description}</p>
|
<p>{description}</p>
|
||||||
<p>Version: {version} Number of users: {usage:n}</p>
|
<p>Version: {version} Number of users: {usage:n}</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user