From 9dc4d628fe301699aabc14b17c8f93e2e1bcaf03 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Thu, 5 Aug 2021 19:00:06 +0200 Subject: 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. --- theme/default/lang/de.php | 2 +- theme/default/lang/en.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'theme/default/lang') diff --git a/theme/default/lang/de.php b/theme/default/lang/de.php index af855ac..c67af5d 100644 --- a/theme/default/lang/de.php +++ b/theme/default/lang/de.php @@ -45,7 +45,7 @@ $LANGUAGE['user_main_heading_desc'] = 'Bisher wurden von »%s« insgesamt %d< # Search request title and description #=============================================================================== $LANGUAGE['search_base_heading_text'] = 'Volltextsuche'; -$LANGUAGE['search_base_heading_desc'] = 'Wenn du einen bestimmten Beitrag suchst, dann kann dir die Volltext-Suchfunktion der MySQL-Datenbank bestimmt weiterhelfen.'; +$LANGUAGE['search_base_heading_desc'] = 'Wenn du einen bestimmten Beitrag suchst, dann kann dir die Volltext-Suchfunktion der MySQL-Datenbank bestimmt weiterhelfen.'; #=============================================================================== # Search result title and description 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 # Search request title and description #=============================================================================== $LANGUAGE['search_base_heading_text'] = 'Fulltext search'; -$LANGUAGE['search_base_heading_desc'] = 'If you are looking for a specific post, then the full-text search function of the MySQL database could help you.'; +$LANGUAGE['search_base_heading_desc'] = 'If you are looking for a specific post, then the full-text search function of the MySQL database could help you.'; #=============================================================================== # Search result title and description -- cgit v1.2.3