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