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 e41029d + 5c3b277 commit 1399e8aCopy full SHA for 1399e8a
tools/script_manager.lua
@@ -60,7 +60,7 @@ local debug = require "darktable.debug"
60
61
local gettext = dt.gettext.gettext
62
63
-gettext.bindtextdomain("script_manager", dt.configuration.config_dir .."/lua/locale/")
+dt.gettext.bindtextdomain("script_manager", dt.configuration.config_dir .."/lua/locale/")
64
65
local function _(msgid)
66
return gettext(msgid)
0 commit comments