]> git.mxchange.org Git - friendica.git/blobdiff - mod/profiles.php
Merge pull request #112 from tomtom84/master
[friendica.git] / mod / profiles.php
old mode 100644 (file)
new mode 100755 (executable)
index a5096a9..ccd7d54
@@ -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')
                        ));