diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-03 12:08:21 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-03 12:08:21 +0100 |
commit | b704f977daa93f84662b7857dd882d6c5a2c5963 (patch) | |
tree | dcca0de004fb1bbe74c12f21d1cafb20771d10ed /mod/admin.php | |
parent | 59e04aed1b7ea68b51b8672768dffd21f5a4bd4d (diff) | |
parent | 436e91a1e13bc488003262dfffb0a7d273a3106a (diff) | |
download | volse-hubzilla-b704f977daa93f84662b7857dd882d6c5a2c5963.tar.gz volse-hubzilla-b704f977daa93f84662b7857dd882d6c5a2c5963.tar.bz2 volse-hubzilla-b704f977daa93f84662b7857dd882d6c5a2c5963.zip |
Merge branch 'master' of https://github.com/redmatrix/hubzilla
Diffstat (limited to 'mod/admin.php')
-rw-r--r-- | mod/admin.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/admin.php b/mod/admin.php index 2e2536af3..6300ac027 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -1757,16 +1757,16 @@ 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')), + '$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') )); |