Skip to content

Commit 3df9040

Browse files
authored
Merge pull request #175 from BzKevin/patch-2
gettext incorrectly pointed to "gimp"
2 parents 69b9a1f + bd3a749 commit 3df9040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/CollectHelper.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ local previous = nil
5151
local all_active = false
5252

5353
-- Tell gettext where to find the .mo file translating messages for a particular domain
54-
gettext.bindtextdomain("gimp",dt.configuration.config_dir.."/lua/locale/")
54+
gettext.bindtextdomain("CollectHelper",dt.configuration.config_dir.."/lua/locale/")
5555

5656
local function _(msgid)
5757
return gettext.dgettext("CollectHelper", msgid)

0 commit comments

Comments
 (0)