more string extraction
This commit is contained in:
parent
f9f018ef08
commit
1adf69a049
2 changed files with 6 additions and 3 deletions
|
@ -116,7 +116,10 @@ function notifications_content(&$a) {
|
|||
'$url' => $rr['url'],
|
||||
'$knowyou' => $knowyou,
|
||||
'$approve' => t('Approve'),
|
||||
'$note' => $rr['note']
|
||||
'$note' => $rr['note'],
|
||||
'$ignore' => t('Ignore'),
|
||||
'$discard' => t('Discard')
|
||||
|
||||
));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue