mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-27 11:45:44 +00:00
Remove translation markup in pluginmanagerbase
This commit is contained in:
parent
76cc3e79b9
commit
4803600734
@ -170,7 +170,7 @@ class PluginManagerBase:
|
||||
if not self.pkg_env[name]:
|
||||
log.warn("Failed to retrive info for plugin '%s'" % name)
|
||||
for k in info:
|
||||
info[k] = _("Not available")
|
||||
info[k] = "not available"
|
||||
return info
|
||||
for line in self.pkg_env[name][0].get_metadata("PKG-INFO").splitlines():
|
||||
if not line:
|
||||
|
Loading…
x
Reference in New Issue
Block a user