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
Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git]
/
src
/
applications
/
herald
/
action
/
HeraldUtilityActionGroup.php
blob
6f66d69ce9c5c9d6a3683904870ae5501e66d9e7
1
<
?php
2
3
final class
HeraldUtilityActionGroup
extends
HeraldActionGroup
{
4
5
const
ACTIONGROUPKEY
=
'utility'
;
6
7
public function
getGroupLabel
() {
8
return
pht
(
'Utility'
);
9
}
10
11
protected function
getGroupOrder
() {
12
return
10000
;
13
}
14
15
}