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')