repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove product literal strings in "pht()", part 6
[phabricator.git]
/
src
/
applications
/
differential
/
herald
/
DifferentialRevisionHeraldFieldGroup.php
blob
ba70222eb1a20482425f09cbf6a9f34f159b14d0
1
<
?php
2
3
final class
DifferentialRevisionHeraldFieldGroup
extends
HeraldFieldGroup
{
4
5
const
FIELDGROUPKEY
=
'differential.revision'
;
6
7
public function
getGroupLabel
() {
8
return
pht
(
'Revision Fields'
);
9
}
10
11
protected function
getGroupOrder
() {
12
return
1000
;
13
}
14
15
}