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