aboutsummaryrefslogtreecommitdiffstats
path: root/mod/like.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-17 19:48:57 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-17 19:48:57 -0700
commit76558df9667b4900b4036faca0075985596b93cd (patch)
tree08b57c1159399db70af105ac93726000bf5fe36b /mod/like.php
parentdd72f580dd14e8745dd81bc056e1a73df1e8e563 (diff)
parentac3b886cc46bd9c634cce7b409f5bea7211382da (diff)
downloadvolse-hubzilla-76558df9667b4900b4036faca0075985596b93cd.tar.gz
volse-hubzilla-76558df9667b4900b4036faca0075985596b93cd.tar.bz2
volse-hubzilla-76558df9667b4900b4036faca0075985596b93cd.zip
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts: include/bb2diaspora.php include/diaspora.php include/enotify.php mod/admin.php mod/cloud.php mod/dav.php mod/home.php mod/invite.php mod/like.php mod/mitem.php mod/p.php mod/pubsites.php mod/setup.php mod/siteinfo.php util/messages.po
Diffstat (limited to 'mod/like.php')
-rwxr-xr-xmod/like.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/like.php b/mod/like.php
index 54039f2cf..226f0f62b 100755
--- a/mod/like.php
+++ b/mod/like.php
@@ -18,7 +18,7 @@ function like_content(&$a) {
if(! $observer) {
$_SESSION['return_url'] = $a->query_string;
$o .= t('This action is restricted to members.') . EOL;
- $o .= t('Please <a href="rmagic">login with your Hubzilla ID</a> or <a href="register">register as a new Redmatrix.member</a> to continue.') . EOL;
+ $o .= t('Please <a href="rmagic">login with your $Projectname ID</a> or <a href="register">register as a new $Projectname member</a> to continue.') . EOL;
return $o;
}
}