From 0d99c80932eec3ed1f80374318a6e108a5807bea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Wed, 27 Aug 2014 20:38:03 +0200 Subject: [PATCH] =?UTF-8?q?[gest=5Fcrans]=20Pr=C3=A9cisions=20pour=20les?= =?UTF-8?q?=20options=20adh=C3=A9sion/connexion.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gestion/gest_crans.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gestion/gest_crans.py b/gestion/gest_crans.py index 16befc9e..b49c09ef 100755 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -1963,8 +1963,8 @@ def modif_adher(adher): arg = u'--title "Modification de %s" ' % adher.Nom() arg += u'--menu "Que souhaitez vous modifier ?" 0 0 0 ' arg += u'"Administratif" "Précâblage, carte d\'étudiant, études" ' - arg += u'"Adhesion" "Pour toute réadhésion" ' - arg += u'"Connexion" "Mise à jour de l\'accès Internet" ' + arg += u'"Connexion" "Mise à jour de l\'accès Internet (et réadhésion si besoin)" ' + arg += u'"Adhesion" "Pour toute réadhésion *sans* connexion." ' arg += u'"Etat-civil" "Nom, prénom" ' if adher.chbre() == 'EXT': arg += u'"Adresse" "Déménagement" '