diff --git a/combo/apps/lingo/models.py b/combo/apps/lingo/models.py index 93e8154c..1e86e992 100644 --- a/combo/apps/lingo/models.py +++ b/combo/apps/lingo/models.py @@ -63,7 +63,7 @@ SERVICES = [ (eopayment.SYSTEMPAY, 'systempay (Banque Populaire)'), (eopayment.SIPS, 'SIPS (Atos, France)'), (eopayment.SIPS2, _('SIPS (Atos, other countries)')), - (eopayment.SPPLUS, 'SP+ (Caisse d\'epargne)'), + (eopayment.SPPLUS, _('SP+ (Caisse d\'epargne)')), (eopayment.OGONE, _('Ingenico (formerly Ogone)')), (eopayment.PAYBOX, 'Paybox'), (eopayment.PAYZEN, 'PayZen'),