Skip to content
Snippets Groups Projects
Commit b38cc151 authored by js's avatar js
Browse files

Make tooltips consistent.

parent 8605cd3f
No related branches found
No related tags found
No related merge requests found
......@@ -601,7 +601,7 @@ class RosterTooltip(NotificationAreaTooltip):
activity_sub = ACTIVITIES[act_plain][activity_sub]
activity_sub = \
gobject.markup_escape_text(activity_sub)
activity_string += ' (%s)</b>' % activity_sub
activity_string += ': %s</b>' % activity_sub
else:
activity_string += '</b>'
if contact.activity.has_key('text'):
......@@ -738,4 +738,4 @@ class ServiceDiscoveryTooltip(BaseTooltip):
'It is most likely legacy or broken'))
self.win.add(label)
# vim: se ts=3:
\ No newline at end of file
# vim: se ts=3:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment