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:
@@ -84,11 +84,11 @@ final class DiffusionRepositoryEditSubversionController
|
||||
pht(
|
||||
"You can set the **Repository UUID**, which will help Phabriactor ".
|
||||
"provide better context in some cases. You can find the UUID of a ".
|
||||
"repository by running `svn info`.".
|
||||
"\n\n".
|
||||
"repository by running `%s`.\n\n".
|
||||
"If you want to import only part of a repository, like `trunk/`, ".
|
||||
"you can set a path in **Import Only**. Phabricator will ignore ".
|
||||
"commits which do not affect this path."))
|
||||
"commits which do not affect this path.",
|
||||
'svn info'))
|
||||
->appendChild(
|
||||
id(new AphrontFormTextControl())
|
||||
->setName('uuid')
|
||||
|
||||
Reference in New Issue
Block a user