Project

General

Profile

« Previous | Next » 

Revision addc0439

Added by Renato Botelho almost 15 years ago

Fix quotes to use %N$X on gettext calls

View differences:

etc/inc/util.inc
783 783
                $mute = false;
784 784
	if(($retval <> 0) && ($mute === false)) {
785 785
		$output = implode(" ", $oarr);
786
		log_error(sprintf(gettext("The command '%1$s' returned exit code '%2$d', the output was '%3$s' "), $command, $retval, $output));
786
		log_error(sprintf(gettext("The command '%1\$s' returned exit code '%2\$d', the output was '%3\$s' "), $command, $retval, $output));
787 787
	}
788 788
	return $retval;
789 789
}

Also available in: Unified diff