Skip to content

Commit 5be3d69

Browse files
committed
official/selection_to_pdf - dont translate internal module name
1 parent f0e3627 commit 5be3d69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

official/selection_to_pdf.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ local function destroy()
129129
dt.print_log("done destroying")
130130
end
131131

132-
dt.register_storage(_("export_pdf"),_("export thumbnails to pdf"),
132+
dt.register_storage("export_pdf", _("export thumbnails to pdf"),
133133
nil,
134134
function(storage,image_table)
135135
local my_title = title_widget.text

0 commit comments

Comments
 (0)