Skip to content

Commit bd3a749

Browse files
authored
gettext incorrectly pointed to "gimp"
1 parent 69b9a1f commit bd3a749

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)