Total-RP / Total-RP-3

The best roleplaying add-on for World of Warcraft.
http://curse.totalrp.com
Apache License 2.0
36 stars 18 forks source link

Improve accuracy of large export warning #1142

Closed Meorawr closed 2 months ago

Meorawr commented 3 months ago

The surrounding code checks for a limit of exactly 20,000 bytes and then hardcodes the limit as being "20 kB" in the locale string. When formatting, we were dividing by 1024 rather than 1000 and so when breaching the limit we could end up showing values that were smaller than 20 kB.