summarylogtreecommitdiffstats
path: root/ActionI18N.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ActionI18N.patch')
-rw-r--r--ActionI18N.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/ActionI18N.patch b/ActionI18N.patch
new file mode 100644
index 000000000000..401a2e68b9e7
--- /dev/null
+++ b/ActionI18N.patch
@@ -0,0 +1,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)