tweak wording of the 'nouser' option

This commit is contained in:
Marek Isalski 2018-05-19 23:05:01 +01:00
parent 53ede41b92
commit e34bcc30a5

View File

@ -31,7 +31,7 @@ function fulcrm_shoppingcart_admin_form( $form, &$form_state ) {
$form[ 'experience' ] = array( '#type' => 'select',
'#title' => t('Shopping Experience'),
'#options' => array( 'nouser' => t('Only Guests can "Checkout"'),
'#options' => array( 'nouser' => t('"Guest Checkout" as standard'),
'guest' => t('Allow Guests to "Checkout"'),
'user' => t('Must Login to "Checkout"'),
'force' => t('Must Login to "Add to Cart"'),