[Dicson] fix string. Fixes #4280

This commit is contained in:
Yann Leboulanger 2008-09-03 14:16:13 +00:00
parent c8d97aaa17
commit 292ac9573f
1 changed files with 1 additions and 1 deletions

View File

@ -2708,7 +2708,7 @@ class RosterWindow:
self.remove_contact(contact.jid, account, backend=True) self.remove_contact(contact.jid, account, backend=True)
dialogs.ConfirmationDialogCheck(_('Remove Group'), dialogs.ConfirmationDialogCheck(_('Remove Group'),
_('Do you want to remove group %s from the roster?' % group), _('Do you want to remove group %s from the roster?') % group,
_('Also remove all contacts in this group from your roster'), _('Also remove all contacts in this group from your roster'),
on_response_ok=on_ok) on_response_ok=on_ok)