comparison frontends/src/constants.py @ 1058:0a9986452bba

frontends: fixes bug with private message introduced with revision 1000 (6f1e03068b5f) + display messages from contacts not in roster
author souliane <souliane@mailoo.org>
date Thu, 29 May 2014 14:34:01 +0200
parents 242bd4fc654c
children 11e2bb20e896
comparison
equal deleted inserted replaced
1057:7ea0215e7092 1058:0a9986452bba
73 "inactive": u'☄', 73 "inactive": u'☄',
74 "gone": u'✈', 74 "gone": u'✈',
75 "composing": u'✎', 75 "composing": u'✎',
76 "paused": u"⦷" 76 "paused": u"⦷"
77 } 77 }
78
79 # Roster
80 GROUP_NOT_IN_ROSTER = D_('Not in roster')