From 06785811d9fe813dc19e57c6d4032e3b78394985 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Tue, 31 Jan 2006 12:43:28 +0000 Subject: [PATCH] fix bad title. c #1487 --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: