correct message to have consistent pluralisation (#36897)

pull/4420/head
ikanobori 2018-11-26 19:45:38 +01:00 committed by Sandra McCann
parent 02893520a9
commit 7740778d85
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ def main():
ubuntuMode = False
if not is_available(name, ubuntuMode):
module.fail_json(msg="The locales you've entered is not available "
module.fail_json(msg="The locale you've entered is not available "
"on your system.")
if is_present(name):