Extend tool action description

This commit is contained in:
Tetrakern 2024-10-11 11:31:49 +02:00
parent 99df15813a
commit b429906df1
2 changed files with 4 additions and 3 deletions

View File

@ -250,7 +250,7 @@ global $wpdb;
<div class="fictioneer-card__row"> <div class="fictioneer-card__row">
<p><?php <p><?php
printf( printf(
__( '<strong>Recalculate word counts.</strong> This action recalculates the word count for every post that is not trashed. Only perform this action if necessary, as it is a resource-intensive operation. While generally considered safe, you should <a href="%s" target="_blank">always make a backup</a> before performing database operations.', 'fictioneer' ), __( '<strong>Recalculate word counts.</strong> This action recalculates the word count for every post that is not trashed. Only perform this action if necessary, as it is a resource-intensive operation. While generally considered safe, you should <a href="%s" target="_blank">always make a backup</a> before performing database operations. Clear your site and theme caches afterwards.', 'fictioneer' ),
'https://developer.wordpress.org/advanced-administration/security/backup/database/#using-wordpress-database-backup-plugin' 'https://developer.wordpress.org/advanced-administration/security/backup/database/#using-wordpress-database-backup-plugin'
); );
?></p> ?></p>

View File

@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Fictioneer\n" "Project-Id-Version: Fictioneer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-10 08:01+0000\n" "POT-Creation-Date: 2024-10-11 09:31+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: \n" "Language-Team: \n"
@ -676,7 +676,8 @@ msgid ""
"count for every post that is not trashed. Only perform this action if " "count for every post that is not trashed. Only perform this action if "
"necessary, as it is a resource-intensive operation. While generally " "necessary, as it is a resource-intensive operation. While generally "
"considered safe, you should <a href=\"%s\" target=\"_blank\">always make a " "considered safe, you should <a href=\"%s\" target=\"_blank\">always make a "
"backup</a> before performing database operations." "backup</a> before performing database operations. Clear your site and theme "
"caches afterwards."
msgstr "" msgstr ""
#: includes/functions/settings/_settings_page_tools.php:312 #: includes/functions/settings/_settings_page_tools.php:312