phtize all the things
Summary: `pht`ize a whole bunch of strings in rP. Test Plan: Intense eyeballing. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: hach-que, Korvin, epriestley Differential Revision: https://secure.phabricator.com/D12797
This commit is contained in:
@@ -75,9 +75,11 @@ final class DiffusionExternalController extends DiffusionController {
|
||||
->appendChild(phutil_tag(
|
||||
'p',
|
||||
array(),
|
||||
pht('This external (%s) does not appear in any tracked '.
|
||||
'repository. It may exist in an untracked repository that '.
|
||||
'Diffusion does not know about.', $desc)));
|
||||
pht(
|
||||
'This external (%s) does not appear in any tracked '.
|
||||
'repository. It may exist in an untracked repository that '.
|
||||
'Diffusion does not know about.',
|
||||
$desc)));
|
||||
} else if (count($commits) == 1) {
|
||||
$commit = head($commits);
|
||||
$repo = $repositories[$commit->getRepositoryID()];
|
||||
|
||||
Reference in New Issue
Block a user