use sinqle quote; mark for transl; make comment for transl

This commit is contained in:
Nikos Kouremenos 2006-02-04 23:54:23 +00:00
parent 61d50ec7fd
commit 9b4b19f1df
1 changed files with 3 additions and 1 deletions

View File

@ -221,7 +221,9 @@ class MessageWindow:
prefix = ''
if self.get_num_controls() > 1:
prefix = "Chats: "
prefix = _('Chats: ')
#try to translate acct (which means account) to something short but
#that does make sense
account = ' (' + _('acct: ') + self.get_active_control().account + ')'
title = unread_str + prefix + name + account