try to obey a bit to GNOME HIG about title
This commit is contained in:
parent
cd1993037a
commit
3e4a3199d3
|
@ -219,7 +219,7 @@ class MessageWindow:
|
|||
else:
|
||||
name = control.contact.get_shown_name()
|
||||
|
||||
title = _('Gajim Messages')
|
||||
title = _('Messages - Gajim')
|
||||
if gajim.interface.msg_win_mgr.mode == MessageWindowMgr.ONE_MSG_WINDOW_NEVER:
|
||||
title = title + ": " + name
|
||||
|
||||
|
|
Loading…
Reference in New Issue