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/admin/lang/en.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'theme/admin/lang/en.php') 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 boolean full-text search (see MySQL documentation).'; -$LANGUAGE['search_post_desc'] = 'Here you can search a post with the boolean full-text search (see MySQL documentation).'; +$LANGUAGE['search_page_desc'] = 'Here you can search a page with the boolean full-text search (see MySQL documentation).'; +$LANGUAGE['search_post_desc'] = 'Here you can search a post with the boolean full-text search (see MySQL documentation).'; #=============================================================================== # Item overview description -- cgit v1.2.3