From 11943fd0d296029a7c3b67c5975cceb49f1f67c7 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Thu, 4 Feb 2021 11:37:44 +0100 Subject: [PATCH] translation: mention the correct mysql setting in 'Opened_tables' explanaition --- .../classes/Controllers/Server/Status/VariablesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/classes/Controllers/Server/Status/VariablesController.php b/libraries/classes/Controllers/Server/Status/VariablesController.php index a750db4c5f..464ecf1351 100644 --- a/libraries/classes/Controllers/Server/Status/VariablesController.php +++ b/libraries/classes/Controllers/Server/Status/VariablesController.php @@ -547,7 +547,7 @@ class VariablesController extends AbstractController ), 'Opened_tables' => __( 'The number of tables that have been opened. If opened tables is' - . ' big, your table cache value is probably too small.' + . ' big, your table_open_cache value is probably too small.' ), 'Open_files' => __( 'The number of files that are open.'