diff options
author | Friendika <info@friendika.com> | 2011-02-22 15:35:33 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-22 15:35:33 -0800 |
commit | f57f9852b198ec15ea7e9dbd20ebcf97a09112a9 (patch) | |
tree | a408e24ef49dd55ba6c9065e72e682bb9361fbaa /mod | |
parent | 99eef96822b23aca3c0dcf999868146a9161e503 (diff) | |
download | volse-hubzilla-f57f9852b198ec15ea7e9dbd20ebcf97a09112a9.tar.gz volse-hubzilla-f57f9852b198ec15ea7e9dbd20ebcf97a09112a9.tar.bz2 volse-hubzilla-f57f9852b198ec15ea7e9dbd20ebcf97a09112a9.zip |
pulled strings from one more template
Diffstat (limited to 'mod')
-rw-r--r-- | mod/notifications.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/notifications.php b/mod/notifications.php index 49157c444..93ca82bb0 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -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') )); } |