Skip to content

Commit 644e7c4

Browse files
committed
Fix incorrect translator comment
1 parent 4cba433 commit 644e7c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

languages/code-snippets.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ msgstr ""
216216
msgid "Exporting"
217217
msgstr ""
218218

219-
#. translators: %s: URL to Import Snippets admin menu
219+
#. translators: %s: URL to Manage Snippets admin menu
220220
#: php/class-contextual-help.php:143
221221
msgid "You can save your snippets to a Code Snippets (.xml) export file using the <a href=\"%s\">Manage Snippets</a> page."
222222
msgstr ""

php/class-contextual-help.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ private function load_import_help() {
139139
$this->screen->add_help_tab( array(
140140
'id' => 'export',
141141
'title' => __( 'Exporting', 'code-snippets' ),
142-
/* translators: %s: URL to Import Snippets admin menu */
142+
/* translators: %s: URL to Manage Snippets admin menu */
143143
'content' => '<p>' . sprintf( __( 'You can save your snippets to a Code Snippets (.xml) export file using the <a href="%s">Manage Snippets</a> page.', 'code-snippets' ), $manage_url ) . '</p>',
144144
) );
145145
}

0 commit comments

Comments
 (0)