aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layman/db.py2
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'\