Page MenuHomePhabricator

D15797.diff
No OneTemporary

D15797.diff

diff --git a/src/applications/repository/management/PhabricatorRepositoryManagementMovePathsWorkflow.php b/src/applications/repository/management/PhabricatorRepositoryManagementMovePathsWorkflow.php
--- a/src/applications/repository/management/PhabricatorRepositoryManagementMovePathsWorkflow.php
+++ b/src/applications/repository/management/PhabricatorRepositoryManagementMovePathsWorkflow.php
@@ -66,7 +66,7 @@
} else {
$dst = $to.substr($src, strlen($from));
- $row['action'] = phutil_console_format('**%s**', pht('Move'));
+ $row['action'] = tsprintf('**%s**', pht('Move'));
$row['dst'] = $dst;
$row['move'] = true;
$any_changes = true;
@@ -94,7 +94,7 @@
->addColumn(
'dst',
array(
- 'title' => pht('dst'),
+ 'title' => pht('Dst'),
))
->setBorders(true);

File Metadata

Mime Type
text/plain
Expires
Mon, Feb 3, 1:35 AM (47 m, 12 s)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7085837
Default Alt Text
D15797.diff (880 B)

Event Timeline