diff --git a/src/sakia/core/account.py b/src/sakia/core/account.py index 82b0096486043f93b18f409f4b7d08b6e6636d9f..96ba5ada8562e513338fe199c3acb95b7163ee9c 100644 --- a/src/sakia/core/account.py +++ b/src/sakia/core/account.py @@ -74,7 +74,7 @@ class Account(QObject): ], 'warning_revokation': [ - self.tr("Warning : If you don't renew soon, your identity will be considerd revoked."), + self.tr("Warning : If you don't renew soon, your identity will be considered revoked."), 0 ], 'warning_certifying_first_time': True,