more string extraction

This commit is contained in:
Friendika 2010-12-01 20:37:42 -08:00
commit 1adf69a049
2 changed files with 6 additions and 3 deletions

View file

@ -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')
));
}
}