Skip to content

Commit d8a9dfa

Browse files
committed
Fixed quotation marks typos
1 parent ede621b commit d8a9dfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/kml_export.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ local function create_kml_file(storage, image_table, extra_data)
172172
dt.print_error(_("convert not found"))
173173
return
174174
end
175-
if not df.check_if_bin_exists("xdg-open"") then
176-
dt.print_error(_("xdg-open" not found"))
175+
if not df.check_if_bin_exists("xdg-open") then
176+
dt.print_error(_("xdg-open not found"))
177177
return
178178
end
179179
if not df.check_if_bin_exists("xdg-user-dir") then

0 commit comments

Comments
 (0)