From 9547e8004d2194f124d8ee25678c460a416c44ab Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 2 Nov 2012 02:18:52 -0700 Subject: slightly better wording of permission choices --- mod/settings.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mod') diff --git a/mod/settings.php b/mod/settings.php index af0c9f291..5a29dfd0c 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -721,15 +721,15 @@ function settings_content(&$a) { $global_perms = get_perms(); - $perms = perms_text(); $permiss = array(); $perm_cats = array( + array( t('Nobody except yourself'), 0), array( t('Only those you specifically allow'), PERMS_SPECIFIC), array( t('Anybody in your address book'), PERMS_CONTACTS), - array( t('Anybody on this hub/website'), PERMS_SITE), - array( t('Anybody in the network'), PERMS_NETWORK), - array( t('Anybody'), PERMS_PUBLIC) + array( t('Anybody on this website'), PERMS_SITE), + array( t('Anybody in this network'), PERMS_NETWORK), + array( t('Anybody on the internet'), PERMS_PUBLIC) ); -- cgit v1.2.3