rename the menu entry and page to 'Profile Fields' to maintain consistency

This commit is contained in:
redmatrix 2016-03-02 16:39:34 -08:00
parent 6f4c45a489
commit 436e91a1e1
2 changed files with 2 additions and 2 deletions

View File

@ -1297,7 +1297,7 @@ function widget_admin($arr) {
'plugins' => array(z_root() . '/admin/plugins/', t('Plugins'), 'plugins'),
'themes' => array(z_root() . '/admin/themes/', t('Themes'), 'themes'),
'queue' => array(z_root() . '/admin/queue', t('Inspect queue'), 'queue'),
'profs' => array(z_root() . '/admin/profs', t('Profile Config'), 'profs'),
'profs' => array(z_root() . '/admin/profs', t('Profile Fields'), 'profs'),
'dbsync' => array(z_root() . '/admin/dbsync/', t('DB updates'), 'dbsync')
);

View File

@ -1757,7 +1757,7 @@ function admin_page_profs(&$a) {
$o = replace_macros(get_markup_template('admin_profiles.tpl'),array(
'$title' => t('Profile Management'),
'$title' => t('Profile Fields'),
'$basic' => array('basic',t('Basic Profile Fields'),$basic,''),
'$advanced' => array('advanced',t('Advanced Profile Fields'),$advanced,t('(In addition to basic fields)')),
'$all' => $all,