Skip to content

Commit

Permalink
Update new setting translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrakern committed Nov 27, 2024
1 parent b602954 commit 50b4e95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions includes/functions/settings/_settings_page_general.php
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,8 @@
<?php
fictioneer_settings_label_checkbox(
'fictioneer_exclude_non_stories_from_cloud_counts',
__( 'Exclude non-stories from taxonomy cloud counts', 'fictioneer' ),
__( 'Taxonomy pages will still show and count all posts.', 'fictioneer' )
__( 'Only count stories in taxonomy clouds', 'fictioneer' ),
__( 'Taxonomy pages still list all posts in the results.', 'fictioneer' )
);
?>
</div>
Expand Down
12 changes: 6 additions & 6 deletions languages/fictioneer.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Fictioneer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-27 01:08+0000\n"
"POT-Creation-Date: 2024-11-27 20:22+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: \n"
Expand Down Expand Up @@ -6020,10 +6020,6 @@ msgstr ""
msgid "Error: Insufficient permissions."
msgstr ""

#: includes/functions/settings/_settings_page_general.php:416
msgid "Exclude non-stories from taxonomy cloud counts"
msgstr ""

#: searchform.php:257
#, php-format
msgctxt "Excluded Advanced search summary."
Expand Down Expand Up @@ -8313,6 +8309,10 @@ msgstr ""
msgid "Only applied to the page."
msgstr ""

#: includes/functions/settings/_settings_page_general.php:416
msgid "Only count stories in taxonomy clouds"
msgstr ""

#: includes/functions/settings/_settings_page_general.php:1463
msgid "Only do this if lists on story pages are outdated."
msgstr ""
Expand Down Expand Up @@ -11172,7 +11172,7 @@ msgid "(%s)"
msgstr ""

#: includes/functions/settings/_settings_page_general.php:417
msgid "Taxonomy pages will still show and count all posts."
msgid "Taxonomy pages still list all posts in the results."
msgstr ""

#: includes/functions/_setup-types-and-terms.php:558
Expand Down

0 comments on commit 50b4e95

Please sign in to comment.