string changes

This commit is contained in:
Kovid Goyal 2024-08-15 16:16:08 +05:30
parent 8947b275e0
commit 3e7bce7131
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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>