mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
string changes
This commit is contained in:
parent
18501b9108
commit
910481baf1
@ -216,7 +216,7 @@ class UpdateMixin:
|
|||||||
green = 'darkgreen' if QApplication.instance().is_dark_theme else 'green'
|
green = 'darkgreen' if QApplication.instance().is_dark_theme else 'green'
|
||||||
msg = ('<span style="color:%s; font-weight: bold">%s: '
|
msg = ('<span style="color:%s; font-weight: bold">%s: '
|
||||||
'<a href="update:%s">%s%s</a></span>') % (
|
'<a href="update:%s">%s%s</a></span>') % (
|
||||||
green, _('Update found'), version_url, calibre_version, plt)
|
green, _('Update available'), version_url, calibre_version, plt)
|
||||||
else:
|
else:
|
||||||
plt = ngettext('plugin update available', 'plugin updates available', number_of_plugin_updates)
|
plt = ngettext('plugin update available', 'plugin updates available', number_of_plugin_updates)
|
||||||
msg = ('<a href="update:%s">%d %s</a>')%(version_url, number_of_plugin_updates, plt)
|
msg = ('<a href="update:%s">%d %s</a>')%(version_url, number_of_plugin_updates, plt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user