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:
@@ -33,7 +33,7 @@ final class DiffusionInlineCommentController
|
||||
PhabricatorRepository::TABLE_PATH,
|
||||
$path_id);
|
||||
if (!$path) {
|
||||
throw new Exception('Invalid path ID!');
|
||||
throw new Exception(pht('Invalid path ID!'));
|
||||
}
|
||||
|
||||
return id(new PhabricatorAuditInlineComment())
|
||||
@@ -55,7 +55,7 @@ final class DiffusionInlineCommentController
|
||||
|
||||
$inline = $this->loadComment($id);
|
||||
if (!$this->canEditInlineComment($user, $inline)) {
|
||||
throw new Exception('That comment is not editable!');
|
||||
throw new Exception(pht('That comment is not editable!'));
|
||||
}
|
||||
return $inline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user