We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed14c9a commit 4a886f0Copy full SHA for 4a886f0
1 file changed
includes/MslsMetaBox.php
@@ -387,8 +387,8 @@ public function render_input(): void {
387
private function get_create_new_link( MslsAdminIcon $icon, string $language, string $extra_attrs = '' ): string {
388
$href = $icon->get_edit_new();
389
390
- /* translators: %s: language code */
391
$title = sprintf(
+ /* translators: %s: language code */
392
__( 'Create a new translation in the %s-blog', 'multisite-language-switcher' ),
393
$language
394
);
0 commit comments