From e34bcc30a56fb24805b22f110623a2b452d85de6 Mon Sep 17 00:00:00 2001 From: Marek Isalski Date: Sat, 19 May 2018 23:05:01 +0100 Subject: [PATCH] tweak wording of the 'nouser' option --- fulcrm_shoppingcart.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fulcrm_shoppingcart.admin.inc b/fulcrm_shoppingcart.admin.inc index e4ad1f2..aa5ecf0 100644 --- a/fulcrm_shoppingcart.admin.inc +++ b/fulcrm_shoppingcart.admin.inc @@ -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"'),