pulled strings from one more template

This commit is contained in:
Friendika 2011-02-22 15:35:33 -08:00
parent 99eef96822
commit f57f9852b1
9 changed files with 18 additions and 45 deletions

View file

@ -108,6 +108,9 @@ function notifications_content(&$a) {
'$intro_id' => $rr['intro_id'],
'$friend_selected' => $friend_selected,
'$fan_selected' => $fan_selected,
'$approve_as' => t('Approve as: '),
'$as_friend' => t('Friend'),
'$as_fan' => t('Fan/Admirer')
));
}