Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
rename translator comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Feb 15, 2021
1 parent c5cd9ab commit 1344cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Integrations/IntegrationRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function register( IntegrationInterface $integration ) {
$name = $integration->get_name();

if ( $this->is_registered( $name ) ) {
/* translators: %s: Class name. */
/* translators: %s: Integration name. */
_doing_it_wrong( __METHOD__, esc_html( sprintf( __( '"%s" is already registered.', 'woo-gutenberg-products-block' ), $name ) ) );
return false;
}
Expand Down

0 comments on commit 1344cff

Please sign in to comment.