diff options
author | Friendika <info@friendika.com> | 2010-12-01 20:37:42 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-01 20:37:42 -0800 |
commit | 1adf69a04967a3829749b99c8ce663d5068748dd (patch) | |
tree | a7a8a3680fbfde0693f616bd5751c0768068dd54 /mod/notifications.php | |
parent | f9f018ef083acb554003def1fc186bfc3102acc0 (diff) | |
download | volse-hubzilla-1adf69a04967a3829749b99c8ce663d5068748dd.tar.gz volse-hubzilla-1adf69a04967a3829749b99c8ce663d5068748dd.tar.bz2 volse-hubzilla-1adf69a04967a3829749b99c8ce663d5068748dd.zip |
more string extraction
Diffstat (limited to 'mod/notifications.php')
-rw-r--r-- | mod/notifications.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mod/notifications.php b/mod/notifications.php index 9765c1452..1c680794e 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -116,7 +116,10 @@ function notifications_content(&$a) { '$url' => $rr['url'], '$knowyou' => $knowyou, '$approve' => t('Approve'), - '$note' => $rr['note'] + '$note' => $rr['note'], + '$ignore' => t('Ignore'), + '$discard' => t('Discard') + )); } } |