Fixed the english message of my last commit. Thanks Sancho.

This commit is contained in:
mdtrooper 2014-09-10 18:04:59 +02:00
parent df0a246760
commit 5093927c62
1 changed files with 1 additions and 1 deletions

View File

@ -783,7 +783,7 @@ var critical = <?php echo "'" . __("The alert would fire when the module is in c
var onchange_msg = <?php echo "'" . __("The alert would fire when the module value changes") . "'";?>;
var onchange_not = <?php echo "'" . __("The alert would fire when the module value does not change") . "'";?>;
var unknown = <?php echo "'" . __("The alert would fire when the module is in unknown status") . "'";?>;
var error_message_min_max_zero = <?php echo "'" . __("The alert template has not a min an max condition equal 0.") . "'";?>;
var error_message_min_max_zero = <?php echo "'" . __("The alert template cannot have the same value for min and max thresholds.") . "'";?>;
function check_fields_step2() {
var correct = true;