mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-09 18:14:11 +00:00
Fix translation string in Freespace plugin
This commit is contained in:
parent
78944f47f3
commit
40fd945f70
@ -177,7 +177,7 @@ class Core(CorePluginBase):
|
|||||||
message = _("You're running low on disk space:\n")
|
message = _("You're running low on disk space:\n")
|
||||||
|
|
||||||
for path, ocupied_percent in ocupied_percents.iteritems():
|
for path, ocupied_percent in ocupied_percents.iteritems():
|
||||||
message += _(' %s%% ocupation in %s\n') % (ocupied_percent, path)
|
message += ' %s%% %s %s\n' % (ocupied_percent, _("ocupation in"), path)
|
||||||
# "\"%s\"%% space occupation on %s") % (ocupied_percent, path)
|
# "\"%s\"%% space occupation on %s") % (ocupied_percent, path)
|
||||||
return subject, message
|
return subject, message
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user