Project

General

Profile

« Previous | Next » 

Revision bcc8d8a3

Added by Erik Fonnesbeck almost 15 years ago

Simplify sprintf

View differences:

usr/local/www/firewall_aliases_edit.php
279 279
			}
280 280
		}
281 281
		if ($wrongaliases <> "")
282
			$input_errors[] = sprintf(gettext('The alias(es): %1$s %2$scannot be nested because they are not of the same type.'), $wrongaliases, " \n");
282
			$input_errors[] = sprintf(gettext('The alias(es): %s cannot be nested because they are not of the same type.'), $wrongaliases);
283 283
	}
284 284

  
285 285
	if (!$input_errors) {

Also available in: Unified diff