aboutsummaryrefslogtreecommitdiff
path: root/gkeys
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2015-03-18 13:50:57 -0700
committerBrian Dolbec <dolsen@gentoo.org>2015-05-30 16:18:50 -0700
commit37c128e77c7d9e3220561b5ca7bb5ff9bae51f32 (patch)
treeb700fd5939e27a7337b0ff8548a4c2c1ab65af0e /gkeys
parentgkeys: Fix list-key action to list all keys found in the keydir unless -f is ... (diff)
downloadgentoo-keys-37c128e77c7d9e3220561b5ca7bb5ff9bae51f32.tar.gz
gentoo-keys-37c128e77c7d9e3220561b5ca7bb5ff9bae51f32.tar.bz2
gentoo-keys-37c128e77c7d9e3220561b5ca7bb5ff9bae51f32.zip
gkeys/actionspy: Fix grammar in the confirmation input message
Diffstat (limited to 'gkeys')
-rw-r--r--gkeys/gkeys/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py
index 6975c38..efab4fa 100644
--- a/gkeys/gkeys/actions.py
+++ b/gkeys/gkeys/actions.py
@@ -542,7 +542,7 @@ class Actions(object):
if args.nick == '*':
self.output([''],_unicode('Remove All keys in category: %s')
% _unicode(args.category))
- ans = py_input ("Do you really want to remove ALL of keys?[y/n]: ")
+ ans = py_input ("Do you really want to remove ALL of the keys?[y/n]: ")
while ans not in ["yes", "y", "no", "n"]:
ans = py_input ("Do you really want to remove ALL keys?[y/n]: ")
if ans in ["no", "n"]: