aboutsummaryrefslogtreecommitdiffstats
path: root/mod/notifications.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-22 15:35:33 -0800
committerFriendika <info@friendika.com>2011-02-22 15:35:33 -0800
commitf57f9852b198ec15ea7e9dbd20ebcf97a09112a9 (patch)
treea408e24ef49dd55ba6c9065e72e682bb9361fbaa /mod/notifications.php
parent99eef96822b23aca3c0dcf999868146a9161e503 (diff)
downloadvolse-hubzilla-f57f9852b198ec15ea7e9dbd20ebcf97a09112a9.tar.gz
volse-hubzilla-f57f9852b198ec15ea7e9dbd20ebcf97a09112a9.tar.bz2
volse-hubzilla-f57f9852b198ec15ea7e9dbd20ebcf97a09112a9.zip
pulled strings from one more template
Diffstat (limited to 'mod/notifications.php')
-rw-r--r--mod/notifications.php3
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')
));
}