fix bad title. c #1487

This commit is contained in:
Nikos Kouremenos 2006-01-31 12:43:28 +00:00
parent 8b7c67414c
commit 06785811d9
1 changed files with 1 additions and 1 deletions

View File

@ -1330,7 +1330,7 @@ _('Without a connection, you can not edit your personal information.')
_('There was a problem retrieving your OpenPGP secret keys.')).get_response() _('There was a problem retrieving your OpenPGP secret keys.')).get_response()
return return
secret_keys['None'] = 'None' secret_keys['None'] = 'None'
instance = dialogs.ChooseGPGKeyDialog(_('Passphrase'), instance = dialogs.ChooseGPGKeyDialog(_('OpenPGP Key Selection'),
_('Choose your OpenPGP key'), secret_keys) _('Choose your OpenPGP key'), secret_keys)
keyID = instance.run() keyID = instance.run()
if keyID is None: if keyID is None: