Fixed a typo LC_MONETARY -> 'LC_MONETARY'.

svn: r21283
This commit is contained in:
Peter Landgren 2013-02-03 15:30:40 +00:00
parent a8bbb91d25
commit b225c71885

View File

@ -125,7 +125,7 @@ class GrampsLocale(object):
if "LC_MONETARY" not in os.environ:
self.currency = lang
else:
self.currency = os.environ[LC_MONETARY]
self.currency = os.environ["LC_MONETARY"]
if "LC_TIME" not in os.environ:
self.calendar = lang