try to obey a bit to GNOME HIG about title

This commit is contained in:
Nikos Kouremenos 2006-02-08 22:14:48 +00:00
parent cd1993037a
commit 3e4a3199d3
1 changed files with 1 additions and 1 deletions

View File

@ -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