Skip to content
This repository was archived by the owner on Jan 10, 2022. It is now read-only.

Commit 79c3e48

Browse files
committed
Fix i18n "Warning: The string "..." has X different translator comments".
1 parent 812219a commit 79c3e48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Gateways/Gateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public function submit() {
186186
$payment->config_id = $config_id;
187187
$payment->order_id = $this->purchase_id;
188188
$payment->description = sprintf(
189-
/* translators: %s: purchase id */
189+
/* translators: %s: order number */
190190
__( 'Order %s', 'pronamic_ideal' ),
191191
$this->purchase_id
192192
);

0 commit comments

Comments
 (0)