Fixed some bad usage of sprintf, cleaned up some translatable messages

This commit is contained in:
Maruno17
2023-04-02 00:52:12 +01:00
parent 1ead0a76f5
commit 9d50b27aa0
32 changed files with 87 additions and 84 deletions

View File

@@ -560,7 +560,7 @@ module Compiler
else
pbWriteCsvRecord(record, f, schema)
end
f.write(sprintf("\r\n"))
f.write("\r\n")
end
end
end