From 9aef5216e55e784addc51ad067709c855f6293f4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 10 Sep 2012 09:26:34 +0530 Subject: [PATCH] ... --- src/calibre/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/constants.py b/src/calibre/constants.py index 2308abb567..d70c186502 100644 --- a/src/calibre/constants.py +++ b/src/calibre/constants.py @@ -57,7 +57,7 @@ else: # On linux, unicode arguments to os file functions are coerced to an ascii # bytestring if sys.getfilesystemencoding() == 'ascii', which is # just plain dumb. So issue a warning. - print ('WARNING: You do not have the LANG environment variable set. ' + print ('WARNING: You do not have the LANG environment variable set correctly. ' 'This will cause problems with non-ascii filenames. ' 'Set it to something like en_US.UTF-8.\n') except: