Skip to content

Commit f0e3627

Browse files
committed
contrib/exportLUT - fixed file chooser labels for translation
1 parent ea08557 commit f0e3627

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/exportLUT.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ local mkdir_command = 'mkdir -p '
7171
if dt.configuration.running_os == 'windows' then mkdir_command = 'mkdir ' end
7272

7373
local file_chooser_button = dt.new_widget("file_chooser_button"){
74-
title = _("identity_file_chooser"),
74+
title = _("choose the identity file"),
7575
value = "",
7676
is_directory = false
7777
}
7878

7979
local export_chooser_button = dt.new_widget("file_chooser_button"){
80-
title = _("export_location_chooser"),
80+
title = _("choose the export location"),
8181
value = "",
8282
is_directory = true
8383
}

0 commit comments

Comments
 (0)