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 e41029d commit 5c3b277Copy full SHA for 5c3b277
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