From 2b192c7f8e0c99830b2beabc977ace5963c5ebc1 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 26 Mar 2015 11:36:21 -0700 Subject: [PATCH] remove non-ascii quotes from message string Fixes https://github.com/ansible/ansible/pull/8564 --- system/locale_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/locale_gen.py b/system/locale_gen.py index 5d53951cf18..c5943cd63a0 100644 --- a/system/locale_gen.py +++ b/system/locale_gen.py @@ -159,7 +159,7 @@ def main(): # Ubuntu created its own system to manage locales. ubuntuMode = True else: - module.fail_json(msg="/etc/locale.gen and /var/lib/locales/supported.d/local are missing. Is the package “locales” installed?") + module.fail_json(msg="/etc/locale.gen and /var/lib/locales/supported.d/local are missing. Is the package \"locales\" installed?") else: # We found the common way to manage locales. ubuntuMode = False