Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/
Date: Sun, 31 May 2015 05:03:23
Message-Id: 1433027930.37c128e77c7d9e3220561b5ca7bb5ff9bae51f32.dolsen@gentoo
1 commit: 37c128e77c7d9e3220561b5ca7bb5ff9bae51f32
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 18 20:50:57 2015 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 23:18:50 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=37c128e7
7
8 gkeys/actionspy: Fix grammar in the confirmation input message
9
10 gkeys/gkeys/actions.py | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py
14 index 6975c38..efab4fa 100644
15 --- a/gkeys/gkeys/actions.py
16 +++ b/gkeys/gkeys/actions.py
17 @@ -542,7 +542,7 @@ class Actions(object):
18 if args.nick == '*':
19 self.output([''],_unicode('Remove All keys in category: %s')
20 % _unicode(args.category))
21 - ans = py_input ("Do you really want to remove ALL of keys?[y/n]: ")
22 + ans = py_input ("Do you really want to remove ALL of the keys?[y/n]: ")
23 while ans not in ["yes", "y", "no", "n"]:
24 ans = py_input ("Do you really want to remove ALL keys?[y/n]: ")
25 if ans in ["no", "n"]: