aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-04-14 22:44:11 -0700
committerfriendica <info@friendica.com>2013-04-14 22:44:11 -0700
commitab5151c470e630aa3864bbed927dd02f7b192166 (patch)
treec2ea1f9a037e082e30f3f4c05ff15fc860a817e5 /mod
parent0ce695588931a7312e0f91efc6ef5a84a9bc096b (diff)
downloadvolse-hubzilla-ab5151c470e630aa3864bbed927dd02f7b192166.tar.gz
volse-hubzilla-ab5151c470e630aa3864bbed927dd02f7b192166.tar.bz2
volse-hubzilla-ab5151c470e630aa3864bbed927dd02f7b192166.zip
more Friendica removals
Diffstat (limited to 'mod')
-rw-r--r--mod/admin.php4
-rw-r--r--mod/invite.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/mod/admin.php b/mod/admin.php
index 4679e68e9..670e89066 100644
--- a/mod/admin.php
+++ b/mod/admin.php
@@ -1,7 +1,7 @@
<?php
/**
- * Friendica admin
+ * Red admin
*/
@@ -1048,7 +1048,7 @@ readable.");
// name, label, value, help string, extra data...
'$debugging' => array('debugging', t("Debugging"),get_config('system','debugging'), ""),
- '$logfile' => array('logfile', t("Log file"), get_config('system','logfile'), t("Must be writable by web server. Relative to your Friendica top-level directory.")),
+ '$logfile' => array('logfile', t("Log file"), get_config('system','logfile'), t("Must be writable by web server. Relative to your Red top-level directory.")),
'$loglevel' => array('loglevel', t("Log level"), get_config('system','loglevel'), "", $log_choices),
'$form_security_token' => get_form_security_token("admin_logs"),
diff --git a/mod/invite.php b/mod/invite.php
index 336e20164..cb8d4c6eb 100644
--- a/mod/invite.php
+++ b/mod/invite.php
@@ -68,7 +68,7 @@ function invite_post(&$a) {
else
$nmessage = $message;
- $res = mail($recip, sprintf( t('Please join us on Friendica'), $a->config['sitename']),
+ $res = mail($recip, sprintf( t('Please join us on Red'), $a->config['sitename']),
$nmessage,
"From: " . $a->user['email'] . "\n"
. 'Content-type: text/plain; charset=UTF-8' . "\n"