$form['conditionOperator']['#title']='Conditions table base logic';
$form['conditionOperator']['#description']='This sets the initial logic for the conditions table. Conditions that are nested under additional AND or OR operators will use the logic of their parent operator.';
$form['conditionOperator']['#description']=t('This sets the initial logic for the conditions table. Conditions that are nested under additional AND or OR operators will use the logic of their parent operator.');
$form['conditionOperator']['#options']['AND']='<strong>AND</strong> (All conditions must pass)';
$form['conditionOperator']['#options']['OR']='<strong>OR</strong> (Only one condition must pass)';
@@ -38,7 +47,7 @@ function commerce_conditions_plus_form_commerce_payment_gateway_form_alter(&$for
$form['condition_operator']['widget']['#title']='Conditions table base logic';
$form['condition_operator']['widget']['#description']='This sets the initial logic for the conditions table. Conditions that are nested under additional AND or OR operators will use the logic of their parent operator.';
$form['condition_operator']['widget']['#description']=t('This sets the initial logic for the conditions table. Conditions that are nested under additional AND or OR operators will use the logic of their parent operator.');
$form['condition_operator']['widget']['#options']['AND']='<strong>AND</strong> (All conditions must pass)';
$form['condition_operator']['widget']['#options']['OR']='<strong>OR</strong> (Only one condition must pass)';
@@ -101,11 +110,11 @@ function commerce_conditions_plus_config_schema_info_alter(&$definitions) {