From 19ff097d783ce28fde1842f52ddc6df074d160ba Mon Sep 17 00:00:00 2001 From: Ryan Freebern Date: Mon, 23 Jun 2014 10:07:50 -0400 Subject: [PATCH] Fix project archive dialog text See: Reviewed by: epriestley --- .../project/controller/PhabricatorProjectArchiveController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/project/controller/PhabricatorProjectArchiveController.php b/src/applications/project/controller/PhabricatorProjectArchiveController.php index aa6fd6f178..1138581fdc 100644 --- a/src/applications/project/controller/PhabricatorProjectArchiveController.php +++ b/src/applications/project/controller/PhabricatorProjectArchiveController.php @@ -57,7 +57,7 @@ final class PhabricatorProjectArchiveController $button = pht('Unarchive Project'); } else { $title = pht('Really archive project?'); - $body = pht('This project will moved to the archive.'); + $body = pht('This project will be moved to the archive.'); $button = pht('Archive Project'); }