diff options
author | Friendika <info@friendika.com> | 2011-04-13 20:14:30 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-13 20:14:30 -0700 |
commit | 974077c06c8464223e26479e07a8349b8e6c509d (patch) | |
tree | 0dc209f4e40f43a2e7e7bd4dda008b9928c89f60 /mod/contacts.php | |
parent | 5198e039df5051226b0f79681187f2365e7db525 (diff) | |
download | volse-hubzilla-974077c06c8464223e26479e07a8349b8e6c509d.tar.gz volse-hubzilla-974077c06c8464223e26479e07a8349b8e6c509d.tar.bz2 volse-hubzilla-974077c06c8464223e26479e07a8349b8e6c509d.zip |
contact "repair/relocate URL" tool
Diffstat (limited to 'mod/contacts.php')
-rw-r--r-- | mod/contacts.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/contacts.php b/mod/contacts.php index 834b1c63d..ee7177d48 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -272,6 +272,8 @@ function contacts_content(&$a) { '$visit' => t('Visit $name\'s profile'), '$blockunblock' => t('Block/Unblock contact'), '$ignorecont' => t('Ignore contact'), + '$altcrepair' => t('Repair contact URL settings'), + '$lblcrepair' => t("Repair contact URL settings \x28WARNING: Advanced\x29"), '$delete' => t('Delete contact'), '$poll_interval' => contact_poll_interval($r[0]['priority']), '$lastupdtext' => t('Last updated: '), |