From dd07c3c8ff231ca440a19ad288603573be1a02bb Mon Sep 17 00:00:00 2001 From: Pastafarianist Date: Tue, 22 Sep 2015 18:35:54 +0300 Subject: Improved grammar Signed-off-by: Devan Franchini --- 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'\ -- cgit v1.2.3-18-g5258