From 2fb0ecb06f2444745dfe6a8ab6af82b5fd4dc26f Mon Sep 17 00:00:00 2001
From: inso <insomniak.fr@gmaiL.com>
Date: Sat, 30 Jul 2016 13:10:35 +0200
Subject: [PATCH] Fix typo

---
 src/sakia/core/account.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sakia/core/account.py b/src/sakia/core/account.py
index 82b00964..96ba5ada 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,
-- 
GitLab