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 8db5c9247a4..fda4dcec356 100644 --- a/enrol/authorize/locallib.php +++ b/enrol/authorize/locallib.php @@ -219,8 +219,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 = ''; @@ -337,7 +338,7 @@ function authorize_print_order_details($orderno) $table->data[] = array("$strs->confirm:", "$strvoidyes
- +     $strs->no"); } else { @@ -386,7 +387,7 @@ function authorize_print_order_details($orderno) "$strsubvoidyes
- +     $strs->no"); } else { @@ -425,7 +426,7 @@ function authorize_print_order_details($orderno) $table->data[] = array("$strs->confirm:", " - +     $strs->no"); } else {