commit:     37c128e77c7d9e3220561b5ca7bb5ff9bae51f32
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 18 20:50:57 2015 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat May 30 23:18:50 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=37c128e7

gkeys/actionspy: Fix grammar in the confirmation input message

 gkeys/gkeys/actions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"]:

Reply via email to