X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofiles.php;h=ccd7d54741af192aed688c4449182d6d158aaf42;hb=1f074cb44c5deda5b480f5ff814ff3640ec843d0;hp=a5096a9846c9e599600f8272c07d74de005a21d6;hpb=da416e0181663b33304eadc0b1db228e6f1f5b7d;p=friendica.git diff --git a/mod/profiles.php b/mod/profiles.php old mode 100644 new mode 100755 index a5096a9846..ccd7d54741 --- 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') ));