reword checkbox help text
This commit is contained in:
parent
254968a99c
commit
816d3f86e7
|
@ -1184,7 +1184,7 @@ function settings_content(&$a) {
|
||||||
|
|
||||||
'$email_textonly' => array('email_textonly', t('Text-only notification emails'),
|
'$email_textonly' => array('email_textonly', t('Text-only notification emails'),
|
||||||
get_pconfig(local_user(),'system','email_textonly'),
|
get_pconfig(local_user(),'system','email_textonly'),
|
||||||
t('Send only text notification emails body, without the html part')),
|
t('Send text only notification emails, without the html part')),
|
||||||
|
|
||||||
'$h_advn' => t('Advanced Account/Page Type Settings'),
|
'$h_advn' => t('Advanced Account/Page Type Settings'),
|
||||||
'$h_descadvn' => t('Change the behaviour of this account for special situations'),
|
'$h_descadvn' => t('Change the behaviour of this account for special situations'),
|
||||||
|
|
Loading…
Reference in a new issue