aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-05 03:59:51 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-05 03:59:51 -0700
commit5b5f0666f9addc4b2c0cd69495d9fe8f76011ee2 (patch)
tree77f218c70fb424a0e473b76159a89a87de0ec683 /boot.php
parenta3c37f145817407df28e9ffea6a83a6cd2b31cdd (diff)
downloadvolse-hubzilla-5b5f0666f9addc4b2c0cd69495d9fe8f76011ee2.tar.gz
volse-hubzilla-5b5f0666f9addc4b2c0cd69495d9fe8f76011ee2.tar.bz2
volse-hubzilla-5b5f0666f9addc4b2c0cd69495d9fe8f76011ee2.zip
second pass name change
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/boot.php b/boot.php
index 647f19616..14d7466a9 100755
--- a/boot.php
+++ b/boot.php
@@ -5,9 +5,9 @@
*/
/**
- * Red Matrix.
+ * Hubzilla.
*
- * The Red Matrix (aka "Red") is an open source decentralised communications
+ * The Hubzilla (aka "Red") is an open source decentralised communications
* platform combined with a decentralised identity/authentication framework
* wrapped in an extensible content management system, providing website designers
* the ability to embed fully decentralised communications and social tools
@@ -1512,7 +1512,7 @@ function login($register = false, $form_id = 'main-login', $hiddens=false) {
$reglink = 'register';
$reg = array(
- 'title' => t('Create an account to access services and applications within the Red Matrix'),
+ 'title' => t('Create an account to access services and applications within the Hubzilla'),
'desc' => t('Register'),
'link' => (($register) ? $reglink : 'pubsites')
);