Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14842756
D15797.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
880 B
Referenced Files
None
Subscribers
None
D15797.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D15797: Fix two minor formatting issues with `bin/repository move-paths`
Attached
Detach File
Event Timeline
Log In to Comment