1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Normalize application descriptions

This commit is contained in:
Jakub Vrana 2013-09-13 23:09:37 -07:00
parent c6ea59ae0d
commit fed91dc041
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ final class PhabricatorApplicationFeed extends PhabricatorApplication {
}
public function getShortDescription() {
return pht('Review activity.');
return pht('Review Activity');
}
public function getIconName() {

View file

@ -10,7 +10,7 @@ final class PhabricatorApplicationLegalpad extends PhabricatorApplication {
}
public function getShortDescription() {
return pht('Legal Documents.');
return pht('Legal Documents');
}
public function getIconName() {