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
8947b275e0
commit
3e7bce7131
@ -607,7 +607,7 @@ class Delegate(QStyledItemDelegate):
|
|||||||
painter.drawLine(0, bottom, option.rect.right(), bottom)
|
painter.drawLine(0, bottom, option.rect.right(), bottom)
|
||||||
visit = _('Right click to visit theme homepage') if theme.get('url') else ''
|
visit = _('Right click to visit theme homepage') if theme.get('url') else ''
|
||||||
text = _('''\
|
text = _('''\
|
||||||
<p><b><big>{title}<big></b><p>
|
<p><b><big>{title}</big></b><p>
|
||||||
<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