mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Fix translation string in Freespace plugin
This commit is contained in:
parent
78944f47f3
commit
40fd945f70
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ class Core(CorePluginBase):
|
|||
message = _("You're running low on disk space:\n")
|
||||
|
||||
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)
|
||||
return subject, message
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue