From ac169cc130a2ba9c8da48812c3ffbb9f557b7c36 Mon Sep 17 00:00:00 2001 From: pessoles Date: Mon, 29 May 2006 19:14:59 +0200 Subject: [PATCH] Orthographe darcs-hash:20060529171459-6d78a-19c9440e3c9ea5c1572fd3cfaf8deb941bb7be1b.gz --- gestion/ldap_crans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index b4b5418b..6fc8c0c6 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -1369,7 +1369,7 @@ class BaseProprietaire(BaseClasseCrans): # découvert accepté if new < config.impression.decouvert: - raise ValueError(u"Solde minimal atteind, opération non effectuée.") + raise ValueError(u"Solde minimal atteint, opération non effectuée.") self._set('solde', [str(new)], comment) return new