This commit is contained in:
Kovid Goyal 2022-06-29 19:27:15 +05:30
parent 669d67ad29
commit 09f6568dd7
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -542,7 +542,7 @@ class Delegate(QStyledItemDelegate):
visit = _('Right click to visit theme homepage') if theme.get('url') else ''
theme['static-text'] = QStaticText(_(
'''
<h1>{title}</h1>
<h2>{title}</h2>
<p>by <i>{author}</i> with <b>{number}</b> icons [{size}]</p>
<p>{description}</p>
<p>Version: {version} Number of users: {usage:n}</p>