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

@@ -28,7 +28,7 @@ final class ReleephProjectViewController extends ReleephController {
$crumbs->addAction(
id(new PhabricatorMenuItemView())
->setHref($releeph_project->getURI('cutbranch'))
->setName('Cut New Branch')
->setName(pht('Cut New Branch'))
->setIcon('create'));
}
@@ -38,7 +38,7 @@ final class ReleephProjectViewController extends ReleephController {
$view,
),
array(
'title' => $releeph_project->getName().' Releeph Project'
'title' => $releeph_project->getName()
));
}