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