diff --git a/ocrmypdf/_unicodefun.py b/ocrmypdf/_unicodefun.py index 4f693bda..a916077f 100644 --- a/ocrmypdf/_unicodefun.py +++ b/ocrmypdf/_unicodefun.py @@ -97,7 +97,7 @@ def verify_python3_env(): break if bad_locale is not None: extra += ( - '\n\ocrmypdf discovered that you exported a UTF-8 locale\n' + '\nocrmypdf discovered that you exported a UTF-8 locale\n' 'but the locale system could not pick up from it because\n' 'it does not exist. The exported locale is "%s" but it\n' 'is not supported'