diff --git a/src/infrastructure/markup/interpreter/PhabricatorRemarkupFigletBlockInterpreter.php b/src/infrastructure/markup/interpreter/PhabricatorRemarkupFigletBlockInterpreter.php --- a/src/infrastructure/markup/interpreter/PhabricatorRemarkupFigletBlockInterpreter.php +++ b/src/infrastructure/markup/interpreter/PhabricatorRemarkupFigletBlockInterpreter.php @@ -24,7 +24,9 @@ if ($err) { return $this->markupError( pht( - 'Execution of `figlet` failed:', $stderr)); + 'Execution of `%s` failed: %s', + 'figlet', + $stderr)); }