pht for Releeph

Summary: Went and pht'd most everything I could find, except exceptions. Fixes T3091

Test Plan: Bopped around the application, didn't seem to break anything but didn't test all flows. Should be safe.

Reviewers: epriestley, edward

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T3091

Differential Revision: https://secure.phabricator.com/D5825
This commit is contained in:
Chad Little
2013-05-03 18:33:49 -07:00
parent ff41013481
commit 8eb85683f0
13 changed files with 156 additions and 145 deletions

View File

@@ -43,7 +43,7 @@ final class ReleephBranchViewController extends ReleephController {
$form->appendChild(
id(new AphrontFormSubmitControl())
->setValue('Filter'));
->setValue(pht('Filter')));
$list = id(new ReleephRequestHeaderListView())
->setOriginType('branch')
@@ -72,7 +72,7 @@ final class ReleephBranchViewController extends ReleephController {
$crumbs->addAction(
id(new PhabricatorMenuItemView())
->setHref($create_uri)
->setName('Request Pick')
->setName(pht('Request Pick'))
->setIcon('create'));
}