better string

This commit is contained in:
Yann Leboulanger 2006-07-31 14:36:49 +00:00
parent dc9bf86184
commit 572857cf06
1 changed files with 1 additions and 2 deletions

View File

@ -1372,8 +1372,7 @@ class SingleMessageWindow:
def prepare_widgets_for(self, action):
if len(gajim.connections) > 1:
#FIXME: for Received with should become 'in'
title = _('Single Message with account %s') % self.account
title = _('Single Message in account %s') % self.account
else:
title = _('Single Message')