Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misplaced translators comment #96

Open
IanDelMar opened this issue Dec 22, 2024 · 0 comments
Open

Misplaced translators comment #96

IanDelMar opened this issue Dec 22, 2024 · 0 comments

Comments

@IanDelMar
Copy link

IanDelMar commented Dec 22, 2024

/* Translators: where %1$s is the name of the library */
$message = sprintf( __( 'This PHP installation requires the <b>%1$s</b> library.', 'post-smtp' ), $state ['name'] );

$message = sprintf( __( 'Error authenticating with this Client ID. [%s]', 'post-smtp' ), '<em>' . $e->getMessage() . '</em>' );
/* translators: %s is the error message */
$this->messageHandler->addError( $message );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant