mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 06:03:42 +02:00
...
This commit is contained in:
parent
2af441e4fa
commit
bf2d4d5ede
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ def update_found(self, version, force=False, no_show_popup=False):
|
|||
if has_calibre_update:
|
||||
plt = u''
|
||||
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: '
|
||||
u'<a href="update:%s">%s%s</a></span>') % (
|
||||
_('Update found'), version, calibre_version, plt)
|
||||
|
|
|
|||
Loading…
Reference in a new issue