Fixed a typo, two " was missing.
svn: r21432
This commit is contained in:
parent
8d06298921
commit
c8254b1c68
@ -130,7 +130,7 @@ class GrampsLocale(object):
|
|||||||
if "LC_MONETARY" not in os.environ:
|
if "LC_MONETARY" not in os.environ:
|
||||||
self.currency = lang
|
self.currency = lang
|
||||||
else:
|
else:
|
||||||
self.currency = os.environ[LC_MONETARY]
|
self.currency = os.environ["LC_MONETARY"]
|
||||||
|
|
||||||
if "LC_TIME" not in os.environ:
|
if "LC_TIME" not in os.environ:
|
||||||
self.calendar = lang
|
self.calendar = lang
|
||||||
|
Loading…
x
Reference in New Issue
Block a user