diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-10-01 04:59:34 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-10-01 04:59:34 +0200 |
commit | 21be6c5990af016d5ef4298ece52bf434d11f306 (patch) | |
tree | 4884b662bc0af03698b89e694686e634e2d38b7e /module/plugins/internal/Account.py | |
parent | A lot of plugin code cosmetics (diff) | |
download | pyload-21be6c5990af016d5ef4298ece52bf434d11f306.tar.xz |
A lot of plugin code cosmetics (2)
Diffstat (limited to 'module/plugins/internal/Account.py')
-rw-r--r-- | module/plugins/internal/Account.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/Account.py b/module/plugins/internal/Account.py index 7060959ee..123241be3 100644 --- a/module/plugins/internal/Account.py +++ b/module/plugins/internal/Account.py @@ -331,7 +331,7 @@ class Account(Plugin): continue except Exception: - self.log_warning(_("Wrong time format `%s` for account `%s`, use 1:22-3:44") + self.log_warning(_("Invalid time format `%s` for account `%s`, use 1:22-3:44") % (user, time_data)) if data['trafficleft'] == 0: |