don't scare people with talk about blacklists

This commit is contained in:
Chris Van 2012-05-03 10:58:27 -07:00
Родитель c5a22b8e35
Коммит 4c13e8797a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -148,7 +148,7 @@ var installButton = function() {
if (VersionCompare.compareVersions(z.browserVersion, _min) >= 0 ||
VersionCompare.compareVersions(z.browserVersion, _max) <= 0) {
compatible = false;
$d2c_reasons.append($('<li>', {text: gettext('This version has been blacklisted for your Firefox version.')}));
$d2c_reasons.append($('<li>', {text: gettext('Mozilla has marked this version as incompatible with your Firefox version.')}));
return;
}
});