diff options
author | Abinoam P. Marques Jr <abinoam@gmail.com> | 2012-02-19 15:44:30 -0300 |
---|---|---|
committer | Abinoam P. Marques Jr <abinoam@gmail.com> | 2012-02-20 19:38:43 -0300 |
commit | 12a87968546a08956ec610d911fb3b6520c5daec (patch) | |
tree | 810d475bbbef02b74be0946eaf6bec1c3c4c9053 /mod | |
parent | 6e2ae7bf1e5af56d96aad745f30eceb2c1a9de74 (diff) | |
download | volse-hubzilla-12a87968546a08956ec610d911fb3b6520c5daec.tar.gz volse-hubzilla-12a87968546a08956ec610d911fb3b6520c5daec.tar.bz2 volse-hubzilla-12a87968546a08956ec610d911fb3b6520c5daec.zip |
mod/dfrn_request.php and templates - Friendika -> Friendica
Diffstat (limited to 'mod')
-rwxr-xr-x | mod/dfrn_request.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index ceec83e90..bc159137d 100755 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -677,7 +677,7 @@ function dfrn_request_content(&$a) { '$no' => t('No'), '$add_note' => t('Add a personal note:'), '$page_desc' => $page_desc, - '$friendika' => t('Friendica'), + '$friendica' => t('Friendica'), '$statusnet' => t('StatusNet/Federated Social Web'), '$diaspora' => t('Diaspora'), '$diasnote' => t('- please share from your own site as noted above'), |