We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea08557 commit f0e3627Copy full SHA for f0e3627
1 file changed
contrib/exportLUT.lua
@@ -71,13 +71,13 @@ local mkdir_command = 'mkdir -p '
71
if dt.configuration.running_os == 'windows' then mkdir_command = 'mkdir ' end
72
73
local file_chooser_button = dt.new_widget("file_chooser_button"){
74
- title = _("identity_file_chooser"),
+ title = _("choose the identity file"),
75
value = "",
76
is_directory = false
77
}
78
79
local export_chooser_button = dt.new_widget("file_chooser_button"){
80
- title = _("export_location_chooser"),
+ title = _("choose the export location"),
81
82
is_directory = true
83
0 commit comments