mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
2af441e4fa
commit
bf2d4d5ede
@ -149,7 +149,7 @@ class UpdateMixin(object):
|
|||||||
if has_calibre_update:
|
if has_calibre_update:
|
||||||
plt = u''
|
plt = u''
|
||||||
if has_plugin_updates:
|
if has_plugin_updates:
|
||||||
plt = ' (%d plugin updates)'%plugin_updates
|
plt = _(' (%d plugin updates)')%plugin_updates
|
||||||
msg = (u'<span style="color:red; font-weight: bold">%s: '
|
msg = (u'<span style="color:red; font-weight: bold">%s: '
|
||||||
u'<a href="update:%s">%s%s</a></span>') % (
|
u'<a href="update:%s">%s%s</a></span>') % (
|
||||||
_('Update found'), version, calibre_version, plt)
|
_('Update found'), version, calibre_version, plt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user