aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorolivierm <olivier@migeot.org>2011-02-23 10:18:11 +0100
committerolivierm <olivier@migeot.org>2011-02-23 10:18:11 +0100
commit3ad7c395fb9a33319531e04673563e7c9983d8f0 (patch)
tree40945bc75aa9ba7703f11f9c5b26f2ea094b3c35 /mod
parentfbf0459fb218549f2c0889cc5b01e337c52510ce (diff)
parenta5b80e5d564f6c239510dbee10daf3ff4c314f2e (diff)
downloadvolse-hubzilla-3ad7c395fb9a33319531e04673563e7c9983d8f0.tar.gz
volse-hubzilla-3ad7c395fb9a33319531e04673563e7c9983d8f0.tar.bz2
volse-hubzilla-3ad7c395fb9a33319531e04673563e7c9983d8f0.zip
Merge commit 'mike/master'
Diffstat (limited to 'mod')
-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')
));
}