diff options
author | Friendika <info@friendika.com> | 2010-11-15 23:27:12 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-15 23:27:12 -0800 |
commit | 4240a23a8a9024daab45a277d5df311762d07d49 (patch) | |
tree | 34684736305e73d727749140d1558569a4c9a1e5 /mod | |
parent | 21c18cedc7638142a55cf9076e98db0c2f8707d3 (diff) | |
download | volse-hubzilla-4240a23a8a9024daab45a277d5df311762d07d49.tar.gz volse-hubzilla-4240a23a8a9024daab45a277d5df311762d07d49.tar.bz2 volse-hubzilla-4240a23a8a9024daab45a277d5df311762d07d49.zip |
i18n re-arrange
Diffstat (limited to 'mod')
-rw-r--r-- | mod/notifications.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/notifications.php b/mod/notifications.php index 0bd9c6ffc..2c79781e9 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -104,6 +104,7 @@ function notifications_content(&$a) { $o .= replace_macros($tpl,array( + '$str_notifytype' => t('Notification type: '), '$notify_type' => (($rr['network'] === 'dfrn') ? t('Friend/Connect Request') : t('New Follower')), '$dfrn_text' => $dfrn_text, '$dfrn_id' => $rr['issued-id'], @@ -114,6 +115,7 @@ function notifications_content(&$a) { '$fullname' => $rr['name'], '$url' => $rr['url'], '$knowyou' => $knowyou, + '$approve' => t('Approve'), '$note' => $rr['note'] )); } |