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:
@@ -15,9 +15,11 @@ final class PhabricatorSystemSelectEncodingController
|
||||
->setTitle(pht('No Encoding Support'))
|
||||
->appendParagraph(
|
||||
pht(
|
||||
'This system does not have the "mbstring" extension installed, '.
|
||||
'so character encodings are not supported. Install "mbstring" to '.
|
||||
'enable support.'))
|
||||
'This system does not have the "%s" extension installed, '.
|
||||
'so character encodings are not supported. Install "%s" to '.
|
||||
'enable support.',
|
||||
'mbstring',
|
||||
'mbstring'))
|
||||
->addCancelButton('/');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user