New title 'Shortcuts' for Storm options block
This commit is contained in:
parent
0d9136a664
commit
d1100db28e
1 changed files with 1 additions and 1 deletions
|
@ -1754,7 +1754,7 @@ function storm_block($op = 'list', $delta = 0) {
|
|||
switch ($delta) {
|
||||
case 'storm_dashboard_block':
|
||||
$block = array(
|
||||
'subject' => '',
|
||||
'subject' => t('Shortcuts'),
|
||||
'content' => storm_dashboard('block'),
|
||||
);
|
||||
return $block;
|
||||
|
|
Reference in a new issue