Skip to content

Commit 5c3b277

Browse files
committed
tools/script_manager - fixed gettext.bindtextdomain
1 parent e41029d commit 5c3b277

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)