Gentoo Archives: gentoo-commits

From: Devan Franchini <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/layman:master commit in: layman/
Date: Wed, 23 Sep 2015 15:25:30
Message-Id: 1443021840.dd07c3c8ff231ca440a19ad288603573be1a02bb.twitch153@gentoo
1 commit: dd07c3c8ff231ca440a19ad288603573be1a02bb
2 Author: Pastafarianist <mr.pastafarianist <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 22 15:35:54 2015 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 15:24:00 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=dd07c3c8
7
8 Improved grammar
9
10 Signed-off-by: Devan Franchini <twitch153 <AT> gentoo.org>
11
12 layman/db.py | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/layman/db.py b/layman/db.py
16 index a7ed1ce..d67ea87 100644
17 --- a/layman/db.py
18 +++ b/layman/db.py
19 @@ -87,7 +87,7 @@ class DB(DbBase):
20 @rtype bool: reflect the user's decision to install overlay.
21 '''
22 if self.config['check_official'] and not overlay.status == 'official':
23 - msg = 'Overlay "%(repo)s" is not an official. Continue install?'\
24 + msg = 'Overlay "%(repo)s" is not official. Continue installing?'\
25 ' [y/n]: ' % {'repo': overlay.name}
26 if not get_ans(msg, color='green'):
27 msg = 'layman will not add "%(repo)s", due to user\'s'\