summarylogtreecommitdiffstats
path: root/ActionI18N.patch
blob: 401a2e68b9e7de716c89a5ad80bea7d8e86057dd (plain)
1
2
3
4
5
6
7
8
9
10
--- src/PFS-3.7.2/photofilmstrip/action/ActionI18N.py	2019-11-03 12:09:55.000000000 -0500
+++ ActionI18N.py	2020-02-01 21:02:16.332900668 -0500
@@ -40,6 +40,6 @@
             lang = gettext.translation(Constants.APP_NAME,
                                        localeDir,
                                        languages=[curLang, "en"])
-            lang.install(True)
+            lang.install()
         except IOError:
             gettext.install(Constants.APP_NAME)