Skip to content

Commit 4e3b461

Browse files
authored
Merge pull request darktable-org#95 from elman22/master
Fixed quotation marks typos
2 parents ede621b + d8a9dfa commit 4e3b461

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)