diff options
author | Reedy <reedy@wikimedia.org> | 2021-11-22 13:35:17 +0000 |
---|---|---|
committer | Reedy <reedy@wikimedia.org> | 2021-11-22 13:35:17 +0000 |
commit | 2a2bb1e9bd9ebf4952f707edca886efaf3b29440 (patch) | |
tree | c520b4de453667da46e3836c07c3c3de1f4546e4 /resources/src/mediawiki.special.upload | |
parent | cee1271bfbe155256cde55bb4fdadf289fb6618e (diff) | |
download | mediawikicore-2a2bb1e9bd9ebf4952f707edca886efaf3b29440.tar.gz mediawikicore-2a2bb1e9bd9ebf4952f707edca886efaf3b29440.zip |
Remove or replace usages of "sane"
Bug: T254646
Change-Id: I096b2cf738a1395a14f1d47bcbed0c2c686c2581
Diffstat (limited to 'resources/src/mediawiki.special.upload')
-rw-r--r-- | resources/src/mediawiki.special.upload/upload.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/src/mediawiki.special.upload/upload.js b/resources/src/mediawiki.special.upload/upload.js index 999c7bfaa0bd..4ec776bdd246 100644 --- a/resources/src/mediawiki.special.upload/upload.js +++ b/resources/src/mediawiki.special.upload/upload.js @@ -254,7 +254,7 @@ /** * Check if this is a recognizable image type... - * Also excludes files over 10 MiB to avoid going insane on memory usage. + * Also excludes files over 10 MiB to avoid excessive memory usage. * * TODO: Is there a way we can ask the browser what's supported in `<img>`s? * |