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:
@@ -5,8 +5,10 @@ $root = dirname(dirname(dirname(__FILE__)));
|
||||
require_once $root.'/scripts/__init_script__.php';
|
||||
|
||||
if ($argc !== 2 || $argv[1] === '--help') {
|
||||
echo "Usage: aphrontpath.php <url>\n";
|
||||
echo "Purpose: Print controller which will process passed <url>.\n";
|
||||
echo pht('Usage: %s', 'aphrontpath.php <url>')."\n";
|
||||
echo pht(
|
||||
"Purpose: Print controller which will process passed %s.\n",
|
||||
'<url>');
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user