Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15380349
D11731.id28252.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
599 B
Referenced Files
None
Subscribers
None
D11731.id28252.diff
View Options
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));
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 15, 2:38 AM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7532204
Default Alt Text
D11731.id28252.diff (599 B)
Attached To
Mode
D11731: Fix a `pht` method call
Attached
Detach File
Event Timeline
Log In to Comment