This commit is contained in:
friendica
2012-08-27 01:22:08 -07:00
parent 5ff6e9348b
commit 8c3c3d5fd7
7 changed files with 40 additions and 83 deletions

View File

@@ -100,7 +100,7 @@ function profperm_content(&$a) {
$o .= '<h2>' . t('Profile Visibility Editor') . '</h2>';
$o .= '<h3>' . t('Profile') . ' \'' . $profile['profile-name'] . '\'</h3>';
$o .= '<h3>' . t('Profile') . ' \'' . $profile['profile_name'] . '\'</h3>';
$o .= '<div id="prof-edit-desc">' . t('Click on a contact to add or remove.') . '</div>';