grammatical correction always many packages at this point

This commit is contained in:
kewl fft
2019-04-11 19:45:03 +01:00
parent 8b1ba99cdc
commit 59d69056a2

2
aur.py
View File

@@ -109,7 +109,7 @@ def check_packages(module, packages):
if would_be_changed:
status = True
if (len(packages) > 1):
message = '{} package(s) would be installed'.format(len(would_be_changed))
message = '{} packages would be installed'.format(len(would_be_changed))
else:
message = 'package would be installed'
else: