From 2651bd88cc55a545fb65a0a01b195213c60183d3 Mon Sep 17 00:00:00 2001 From: Git Date: Wed, 4 Jun 2014 08:00:27 +0000 Subject: [PATCH] Empty commit --- static/functions/upload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/functions/upload.js b/static/functions/upload.js index bdfd76a5..4085e6b2 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. (2.1.24)'; + $('#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 (2.1.24)'; } else { $('#format_warning').raw().innerHTML = ''; }