aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/lang/en.php
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-08-05 19:00:06 +0200
committerThomas Lange <code@nerdmind.de>2021-08-05 19:09:04 +0200
commit9dc4d628fe301699aabc14b17c8f93e2e1bcaf03 (patch)
treeb44583723036031b8f8f3fbdb5eea73c8312e65d /theme/admin/lang/en.php
parent2eff32d1b40b55bab68cfc6a8c3f19e7a088599b (diff)
downloadblog-9dc4d628fe301699aabc14b17c8f93e2e1bcaf03.tar.gz
blog-9dc4d628fe301699aabc14b17c8f93e2e1bcaf03.tar.xz
blog-9dc4d628fe301699aabc14b17c8f93e2e1bcaf03.zip
Update link to MySQL documentation in translations
Since the introduction of the category system, the application requires MySQL >= 8.0, so we should update the links to the documentation of the MySQL search functionality to match the minimum required MySQL version.
Diffstat (limited to 'theme/admin/lang/en.php')
-rw-r--r--theme/admin/lang/en.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/admin/lang/en.php b/theme/admin/lang/en.php
index 9232b25..5d43607 100644
--- a/theme/admin/lang/en.php
+++ b/theme/admin/lang/en.php
@@ -53,8 +53,8 @@ $LANGUAGE['delete_user_desc'] = 'If you do not need this user anymore, you can p
#===============================================================================
# Search item description
#===============================================================================
-$LANGUAGE['search_page_desc'] = 'Here you can search a page with the <em>boolean full-text search</em> (see <a href="https://dev.mysql.com/doc/refman/5.6/en/fulltext-boolean.html">MySQL documentation</a>).';
-$LANGUAGE['search_post_desc'] = 'Here you can search a post with the <em>boolean full-text search</em> (see <a href="https://dev.mysql.com/doc/refman/5.6/en/fulltext-boolean.html">MySQL documentation</a>).';
+$LANGUAGE['search_page_desc'] = 'Here you can search a page with the <em>boolean full-text search</em> (see <a href="https://dev.mysql.com/doc/refman/8.0/en/fulltext-boolean.html">MySQL documentation</a>).';
+$LANGUAGE['search_post_desc'] = 'Here you can search a post with the <em>boolean full-text search</em> (see <a href="https://dev.mysql.com/doc/refman/8.0/en/fulltext-boolean.html">MySQL documentation</a>).';
#===============================================================================
# Item overview description