diff options
author | redmatrix <git@macgirvin.com> | 2016-03-02 15:36:14 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-03-02 15:36:14 -0800 |
commit | 6f4c45a48912c9dfaaf7631c58849476878b4fe1 (patch) | |
tree | 2d91fc3852f45a77c55b136c1dcc6694e66f1d51 /mod | |
parent | 157bbb14b51a733014e23d9e8bfc26b559ad2493 (diff) | |
download | volse-hubzilla-6f4c45a48912c9dfaaf7631c58849476878b4fe1.tar.gz volse-hubzilla-6f4c45a48912c9dfaaf7631c58849476878b4fe1.tar.bz2 volse-hubzilla-6f4c45a48912c9dfaaf7631c58849476878b4fe1.zip |
UI cleanup for admin profile field management page
Diffstat (limited to 'mod')
-rw-r--r-- | mod/admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/admin.php b/mod/admin.php index 2e2536af3..6ec722691 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -1759,14 +1759,14 @@ function admin_page_profs(&$a) { $o = replace_macros(get_markup_template('admin_profiles.tpl'),array( '$title' => t('Profile Management'), '$basic' => array('basic',t('Basic Profile Fields'),$basic,''), - '$advanced' => array('advanced',t('Advanced Profile Fields'),$advanced,t('In addition to basic fields')), + '$advanced' => array('advanced',t('Advanced Profile Fields'),$advanced,t('(In addition to basic fields)')), '$all' => $all, '$all_desc' => t('All available fields'), '$cust_field_desc' => t('Custom Fields'), '$cust_fields' => $r, '$edit' => t('Edit'), '$drop' => t('Delete'), - '$new' => t('Create'), + '$new' => t('Create Custom Field'), '$submit' => t('Submit') )); |