commit: dd07c3c8ff231ca440a19ad288603573be1a02bb Author: Pastafarianist <mr.pastafarianist <AT> gmail <DOT> com> AuthorDate: Tue Sep 22 15:35:54 2015 +0000 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org> CommitDate: Wed Sep 23 15:24:00 2015 +0000 URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=dd07c3c8
Improved grammar Signed-off-by: Devan Franchini <twitch153 <AT> gentoo.org> layman/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layman/db.py b/layman/db.py index a7ed1ce..d67ea87 100644 --- a/layman/db.py +++ b/layman/db.py @@ -87,7 +87,7 @@ class DB(DbBase): @rtype bool: reflect the user's decision to install overlay. ''' if self.config['check_official'] and not overlay.status == 'official': - msg = 'Overlay "%(repo)s" is not an official. Continue install?'\ + msg = 'Overlay "%(repo)s" is not official. Continue installing?'\ ' [y/n]: ' % {'repo': overlay.name} if not get_ans(msg, color='green'): msg = 'layman will not add "%(repo)s", due to user\'s'\