Remove exclamation marks and periods from error messages (#1874)

This commit is contained in:
Rangi
2025-12-10 11:50:33 -05:00
committed by GitHub
parent 27dca5680c
commit 2666dcbc26
172 changed files with 198 additions and 197 deletions

View File

@@ -1,4 +1,4 @@
error: Tile at (0, 0) is not within the input tileset, and '-o' was not given!
error: Tile at (0, 8) is not within the input tileset, and '-o' was not given!
error: Tile at (8, 8) is not within the input tileset, and '-o' was not given!
error: Tile at (0, 0) is not within the input tileset, and '-o' was not given
error: Tile at (0, 8) is not within the input tileset, and '-o' was not given
error: Tile at (8, 8) is not within the input tileset, and '-o' was not given
Conversion aborted after 3 errors