diff options
author | Friendika <info@friendika.com> | 2011-04-19 21:09:25 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-19 21:09:25 -0700 |
commit | 3787e1e500b72db49958c15ebe8991caaf06ec4d (patch) | |
tree | aa0a6931096166dbc203f388e1d308ca7b39419f /mod/contacts.php | |
parent | afdbbaf27d4f841fce977186f125db452292da7c (diff) | |
download | volse-hubzilla-3787e1e500b72db49958c15ebe8991caaf06ec4d.tar.gz volse-hubzilla-3787e1e500b72db49958c15ebe8991caaf06ec4d.tar.bz2 volse-hubzilla-3787e1e500b72db49958c15ebe8991caaf06ec4d.zip |
provide disclosure warning on private network page
Diffstat (limited to 'mod/contacts.php')
-rw-r--r-- | mod/contacts.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/contacts.php b/mod/contacts.php index 18eedbe9b..a1219f94d 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -274,6 +274,7 @@ function contacts_content(&$a) { '$ignorecont' => t('Ignore contact'), '$altcrepair' => t('Repair contact URL settings'), '$lblcrepair' => t("Repair contact URL settings \x28WARNING: Advanced\x29"), + '$lblrecent' => t('View conversations'), '$delete' => t('Delete contact'), '$poll_interval' => contact_poll_interval($r[0]['priority']), '$lastupdtext' => t('Last updated: '), |