Normalize 'Archived' states in object headers

Summary: Quick pass at cleaning up language, icons, colors for 'Archive' and 'Activate' on various objects.

Test Plan:
Tested archiving and activating each object changed.

{F262694}

{F262697}

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11256
This commit is contained in:
Chad Little
2015-01-06 11:13:04 -08:00
parent b2e71bcb70
commit 3e421c7450
9 changed files with 41 additions and 30 deletions

View File

@@ -52,9 +52,9 @@ final class PhabricatorProjectArchiveController
}
if ($project->isArchived()) {
$title = pht('Really unarchive project?');
$title = pht('Really activate project?');
$body = pht('This project will become active again.');
$button = pht('Unarchive Project');
$button = pht('Activate Project');
} else {
$title = pht('Really archive project?');
$body = pht('This project will be moved to the archive.');