Skip to content

Commit ea2596a

Browse files
Fixed typo in hugin script - should resolve issue # 570
1 parent a9191cf commit ea2596a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/hugin.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ end
8383

8484
local function show_status(storage, image, format, filename,
8585
number, total, high_quality, extra_data)
86-
dt.print(string.format(_("exporting to hugin: %d / $d"), number, total))
86+
dt.print(string.format(_("exporting to hugin: %d / %d"), number, total))
8787
end
8888

8989
local function create_panorama(storage, image_table, extra_data) --finalize

0 commit comments

Comments
 (0)