Skip to content

Commit

Permalink
Fix incorrect translator comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Dec 17, 2018
1 parent 4cba433 commit 644e7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion languages/code-snippets.pot
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ msgstr ""
msgid "Exporting"
msgstr ""

#. translators: %s: URL to Import Snippets admin menu
#. translators: %s: URL to Manage Snippets admin menu
#: php/class-contextual-help.php:143
msgid "You can save your snippets to a Code Snippets (.xml) export file using the <a href=\"%s\">Manage Snippets</a> page."
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion php/class-contextual-help.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ private function load_import_help() {
$this->screen->add_help_tab( array(
'id' => 'export',
'title' => __( 'Exporting', 'code-snippets' ),
/* translators: %s: URL to Import Snippets admin menu */
/* translators: %s: URL to Manage Snippets admin menu */
'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>',
) );
}
Expand Down

0 comments on commit 644e7c4

Please sign in to comment.