From 56050eabb9238f87ecc06d964ad17ac027bee4a4 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Tue, 30 Oct 2007 11:12:29 +0000 Subject: [PATCH] Correction of wrong commit svn: r9275 --- src/gramps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gramps.py b/src/gramps.py index b62c4ed74..d9ee95ea1 100644 --- a/src/gramps.py +++ b/src/gramps.py @@ -69,7 +69,7 @@ if os.environ.has_key("GRAMPSI18N"): elif os.path.exists( os.path.join(const.ROOT_DIR, "lang") ): loc = os.path.join(const.ROOT_DIR, "lang") else: - loc = "/usr/local/share/locale" + loc = "/usr/share/locale" try: locale.setlocale(locale.LC_ALL,'C')