aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profiles.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-11-03 15:14:33 -0700
committerFriendika <info@friendika.com>2011-11-03 15:14:33 -0700
commit4f4b03367aafc8efd36cf73ecab58cdd26802757 (patch)
tree4c3fecdf355e25312138c70d80e9a19ec4233afe /mod/profiles.php
parent35305fb6d9bec0129e539a1c52e2729e8f9a1f50 (diff)
downloadvolse-hubzilla-4f4b03367aafc8efd36cf73ecab58cdd26802757.tar.gz
volse-hubzilla-4f4b03367aafc8efd36cf73ecab58cdd26802757.tar.bz2
volse-hubzilla-4f4b03367aafc8efd36cf73ecab58cdd26802757.zip
plugin check returning 0 vs false
Diffstat (limited to 'mod/profiles.php')
-rw-r--r--mod/profiles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profiles.php b/mod/profiles.php
index a5096a984..ccd7d5474 100644
--- a/mod/profiles.php
+++ b/mod/profiles.php
@@ -458,7 +458,7 @@ function profiles_content(&$a) {
$tpl_header = get_markup_template('profile_listing_header.tpl');
$o .= replace_macros($tpl_header,array(
- '$header' => t('Profiles'),
+ '$header' => t('Edit/Manage Profiles'),
'$chg_photo' => t('Change profile photo'),
'$cr_new' => t('Create New Profile')
));