summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorStanislav Ochotnicky <sochotnicky@redhat.com>2013-09-02 14:32:22 +0200
committerPatrick Totzke <patricktotzke@gmail.com>2013-10-30 20:39:59 +0000
commit9bbdc29d98976fe0eeddf49cea41e6cad431fba1 (patch)
tree4fc696f652a19dc6e2cd328094c87546ef367615 /alot
parent7ffe0bf38ca62168349fb46274cb95b56fe1abd4 (diff)
Fix missing space in error message
Diffstat (limited to 'alot')
-rw-r--r--alot/commands/envelope.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/envelope.py b/alot/commands/envelope.py
index 63ad22a4..c96fb887 100644
--- a/alot/commands/envelope.py
+++ b/alot/commands/envelope.py
@@ -564,7 +564,7 @@ class EncryptCommand(Command):
tmp_choices = [k.uids[0].uid for k in possible_keys]
choices = {str(len(tmp_choices) - x): tmp_choices[x]
for x in range(0, len(tmp_choices))}
- keyid = yield ui.choice("ambiguous keyid! Which" +
+ keyid = yield ui.choice("ambiguous keyid! Which " +
"key do you want to use?",
choices, cancel=None)
if keyid: