diff --git a/src/config.py b/src/config.py index c324ccc19..5ac4b9f6b 100644 --- a/src/config.py +++ b/src/config.py @@ -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() return secret_keys['None'] = 'None' - instance = dialogs.ChooseGPGKeyDialog(_('Passphrase'), + instance = dialogs.ChooseGPGKeyDialog(_('OpenPGP Key Selection'), _('Choose your OpenPGP key'), secret_keys) keyID = instance.run() if keyID is None: