diff --git a/enrol/authorize/index.php b/enrol/authorize/index.php index 72b82889451..b9fd79da529 100644 --- a/enrol/authorize/index.php +++ b/enrol/authorize/index.php @@ -17,7 +17,7 @@ } /// Load strings. All strings should be defined here. locallib.php uses these strings. - $strs = get_strings(array('status','action','time','course','confirm','yes','no','all','none','error')); + $strs = get_strings(array('status','action','time','course','confirm','no','all','none','error')); $authstrs = get_strings(array('orderid','nameoncard','void','capture','refund','delete', 'authcaptured','authorizedpendingcapture','capturedpendingsettle','capturedsettled', 'settled','refunded','cancelled','expired','tested','new', diff --git a/enrol/authorize/locallib.php b/enrol/authorize/locallib.php index c61e33ce917..7ced3ed4c8a 100644 --- a/enrol/authorize/locallib.php +++ b/enrol/authorize/locallib.php @@ -217,8 +217,9 @@ function authorize_print_order_details($orderno) if (empty($confirm)) { $strcaptureyes = get_string('captureyes', 'enrol_authorize'); $table->data[] = array("$strs->confirm:", - "$strcaptureyes
$strs->yes -     $strs->no"); + "$strcaptureyes
+ +    $strs->no"); } else { $message = ''; @@ -335,7 +336,7 @@ function authorize_print_order_details($orderno) $table->data[] = array("$strs->confirm:", "$strvoidyes
- +     $strs->no"); } else { @@ -384,7 +385,7 @@ function authorize_print_order_details($orderno) "$strsubvoidyes
- +     $strs->no"); } else { @@ -423,7 +424,7 @@ function authorize_print_order_details($orderno) $table->data[] = array("$strs->confirm:", " - +     $strs->no"); } else {