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:
@@ -487,7 +487,7 @@ final class ManiphestTaskQuery extends PhabricatorCursorPagedPolicyAwareQuery {
|
||||
default:
|
||||
$constant = idx($map, $this->status);
|
||||
if (!$constant) {
|
||||
throw new Exception("Unknown status query '{$this->status}'!");
|
||||
throw new Exception(pht("Unknown status query '%s'!", $this->status));
|
||||
}
|
||||
return qsprintf(
|
||||
$conn,
|
||||
|
||||
Reference in New Issue
Block a user