We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69b9a1f + bd3a749 commit 3df9040Copy full SHA for 3df9040
contrib/CollectHelper.lua
@@ -51,7 +51,7 @@ local previous = nil
51
local all_active = false
52
53
-- Tell gettext where to find the .mo file translating messages for a particular domain
54
-gettext.bindtextdomain("gimp",dt.configuration.config_dir.."/lua/locale/")
+gettext.bindtextdomain("CollectHelper",dt.configuration.config_dir.."/lua/locale/")
55
56
local function _(msgid)
57
return gettext.dgettext("CollectHelper", msgid)
0 commit comments