Skip to content

Commit 9c0f8d6

Browse files
authored
Merge pull request #575 from Yurivanderburg/fix_typo_in_hugin
Fixed typo in hugin script - should resolve issue # 570 Thanks
2 parents a9191cf + ea2596a commit 9c0f8d6

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)