diff options
author | Pastafarianist <mr.pastafarianist@gmail.com> | 2015-09-22 18:35:54 +0300 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2015-09-23 11:24:00 -0400 |
commit | dd07c3c8ff231ca440a19ad288603573be1a02bb (patch) | |
tree | 6e601dba3e650f044d839022d3e8e81826c0fe0b | |
parent | CHANGES: Updates to reflect new changes (diff) | |
download | layman-dd07c3c8ff231ca440a19ad288603573be1a02bb.tar.gz layman-dd07c3c8ff231ca440a19ad288603573be1a02bb.tar.bz2 layman-dd07c3c8ff231ca440a19ad288603573be1a02bb.zip |
Improved grammar
Signed-off-by: Devan Franchini <twitch153@gentoo.org>
-rw-r--r-- | layman/db.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'\ |