From bd3a74954c14bd7d4200c8a74350aec3b1538b50 Mon Sep 17 00:00:00 2001 From: BzKevin <36381472+BzKevin@users.noreply.github.com> Date: Thu, 28 Feb 2019 15:08:57 -0500 Subject: [PATCH] gettext incorrectly pointed to "gimp" --- contrib/CollectHelper.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/CollectHelper.lua b/contrib/CollectHelper.lua index bd58ce79..5996592d 100644 --- a/contrib/CollectHelper.lua +++ b/contrib/CollectHelper.lua @@ -51,7 +51,7 @@ local previous = nil local all_active = false -- Tell gettext where to find the .mo file translating messages for a particular domain -gettext.bindtextdomain("gimp",dt.configuration.config_dir.."/lua/locale/") +gettext.bindtextdomain("CollectHelper",dt.configuration.config_dir.."/lua/locale/") local function _(msgid) return gettext.dgettext("CollectHelper", msgid)