fix #4275, minor grammar fix

This commit is contained in:
Brendan Taylor 2008-08-31 23:03:10 +00:00
parent 8c4eddebef
commit 72c5a6c5ce
1 changed files with 5 additions and 0 deletions

View File

@ -2712,6 +2712,11 @@ class RosterWindow:
_('Remove also all contacts in this group from your roster'),
on_response_ok=on_ok)
dialogs.ConfirmationDialogCheck(_('Remove Group'),
_('Do you want to remove group %s from the roster?' % group),
_('Also remove all contacts in this group from your roster'),
on_response_ok=on_ok)
def on_assign_pgp_key(self, widget, contact, account):
attached_keys = gajim.config.get_per('accounts', account,
'attached_gpg_keys').split()