Skip to content
Snippets Groups Projects
Commit 9b4b19f1 authored by nkour's avatar nkour
Browse files

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

parent 61d50ec7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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