From 4f4b03367aafc8efd36cf73ecab58cdd26802757 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 3 Nov 2011 15:14:33 -0700 Subject: plugin check returning 0 vs false --- mod/profiles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profiles.php') 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') )); -- cgit v1.2.3