Skip to content

Commit 1399e8a

Browse files
authored
Merge pull request #465 from wpferguson/fix_script_manager
Fix script_manager crash
2 parents e41029d + 5c3b277 commit 1399e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/script_manager.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ local debug = require "darktable.debug"
6060

6161
local gettext = dt.gettext.gettext
6262

63-
gettext.bindtextdomain("script_manager", dt.configuration.config_dir .."/lua/locale/")
63+
dt.gettext.bindtextdomain("script_manager", dt.configuration.config_dir .."/lua/locale/")
6464

6565
local function _(msgid)
6666
return gettext(msgid)

0 commit comments

Comments
 (0)