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.
1 parent 69b9a1f commit bd3a749Copy full SHA for bd3a749
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