summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentysixteen/template-parts/content-single.php')
-rw-r--r--themes/twentysixteen/template-parts/content-single.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/twentysixteen/template-parts/content-single.php b/themes/twentysixteen/template-parts/content-single.php
index 23e18373..1eb9f267 100644
--- a/themes/twentysixteen/template-parts/content-single.php
+++ b/themes/twentysixteen/template-parts/content-single.php
@@ -43,7 +43,7 @@
<?php
edit_post_link(
sprintf(
- /* translators: %s: Name of current post */
+ /* translators: %s: Post title. */
__( 'Edit<span class="screen-reader-text"> "%s"</span>', 'twentysixteen' ),
get_the_title()
),