diff --git a/lib/storage.py b/lib/storage.py index 6a1c22a2e..69875e3f1 100644 --- a/lib/storage.py +++ b/lib/storage.py @@ -607,7 +607,7 @@ class WalletStorage(PrintError): action = run_hook('get_action', self) if self.file_exists() and self.requires_upgrade(): if action: - raise WalletFileException(_('Incomplete wallet files cannot be upgraded.')) + raise WalletFileException('Incomplete wallet files cannot be upgraded.') return 'upgrade_storage' if action: return action