summaryrefslogtreecommitdiffstats
path: root/static/functions
diff options
context:
space:
mode:
authorGit <git@what.cd>2014-06-04 08:00:27 +0000
committerGit <git@what.cd>2014-06-04 08:00:27 +0000
commit2651bd88cc55a545fb65a0a01b195213c60183d3 (patch)
treebc984febc3d3ab8c1d54f49c852742dd16f831b6 /static/functions
parentede37637d3898b626267380853fc14dff54a1aa4 (diff)
downloadGazelle-2651bd88cc55a545fb65a0a01b195213c60183d3.zip
Gazelle-2651bd88cc55a545fb65a0a01b195213c60183d3.tar.gz
Gazelle-2651bd88cc55a545fb65a0a01b195213c60183d3.tar.bz2
Empty commit
Diffstat (limited to 'static/functions')
-rw-r--r--static/functions/upload.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/functions/upload.js b/static/functions/upload.js
index bdfd76a..4085e6b 100644
--- a/static/functions/upload.js
+++ b/static/functions/upload.js
@@ -31,7 +31,7 @@ function Format() {
}
if ($('#format').raw().options[$('#format').raw().selectedIndex].value == 'AAC') {
- $('#format_warning').raw().innerHTML = 'Lossy AAC torrents may only be uploaded when they represent exclusive content not currently available in any other format. <a href="rules.php?p=upload#r2.1.24">(2.1.24)</a>';
+ $('#format_warning').raw().innerHTML = 'AAC torrents may only be uploaded if they represent editions unavailable on What.CD in any other format sourced from the same medium and edition <a href="rules.php?p=upload#r2.1.24">(2.1.24)</a>';
} else {
$('#format_warning').raw().innerHTML = '';
}