diff options
author | Thomas Lange <code@nerdmind.de> | 2021-08-05 19:00:06 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2021-08-05 19:09:04 +0200 |
commit | 9dc4d628fe301699aabc14b17c8f93e2e1bcaf03 (patch) | |
tree | b44583723036031b8f8f3fbdb5eea73c8312e65d /theme/default/lang/en.php | |
parent | 2eff32d1b40b55bab68cfc6a8c3f19e7a088599b (diff) | |
download | blog-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/default/lang/en.php')
-rw-r--r-- | theme/default/lang/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/default/lang/en.php b/theme/default/lang/en.php index ee4ad58..f033234 100644 --- a/theme/default/lang/en.php +++ b/theme/default/lang/en.php @@ -45,7 +45,7 @@ $LANGUAGE['user_main_heading_desc'] = '»%s« has published a total count of <b> # Search request title and description #=============================================================================== $LANGUAGE['search_base_heading_text'] = 'Fulltext search'; -$LANGUAGE['search_base_heading_desc'] = 'If you are looking for a specific <strong>post</strong>, then the <a href="https://dev.mysql.com/doc/refman/5.5/en/fulltext-boolean.html" target="_blank">full-text search function</a> of the MySQL database could help you.'; +$LANGUAGE['search_base_heading_desc'] = 'If you are looking for a specific <strong>post</strong>, then the <a href="https://dev.mysql.com/doc/refman/8.0/en/fulltext-boolean.html" target="_blank">full-text search function</a> of the MySQL database could help you.'; #=============================================================================== # Search result title and description |