Skip to content

Commit 68ae932

Browse files
committed
tools/script_manager.lua - added translation to preference setting
1 parent b4626f2 commit 68ae932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/script_manager.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ local LUA_API_VER = "API-" .. dt.configuration.api_version_string
9898
-- - - - - - - - - - - - - - - - - - - - - - - -
9999

100100
dt.preferences.register(MODULE, "check_update", "bool",
101-
"check for updated scripts on start up",
102-
"automatically update scripts to correct version",
101+
_("check for updated scripts on start up"),
102+
_("automatically update scripts to correct version"),
103103
true)
104104

105105
local check_for_updates = dt.preferences.read(MODULE, "check_update", "bool")

0 commit comments

Comments
 (0)