We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9191cf + ea2596a commit 9c0f8d6Copy full SHA for 9c0f8d6
1 file changed
contrib/hugin.lua
@@ -83,7 +83,7 @@ end
83
84
local function show_status(storage, image, format, filename,
85
number, total, high_quality, extra_data)
86
- dt.print(string.format(_("exporting to hugin: %d / $d"), number, total))
+ dt.print(string.format(_("exporting to hugin: %d / %d"), number, total))
87
end
88
89
local function create_panorama(storage, image_table, extra_data) --finalize
0 commit comments