diff --git a/libraries/config/messages.inc.php b/libraries/config/messages.inc.php index 437ca71ab..6f6a8ed2d 100644 --- a/libraries/config/messages.inc.php +++ b/libraries/config/messages.inc.php @@ -199,7 +199,7 @@ $strConfigForm_Server_desc = __('Enter server connection parameters'); $strConfigForm_Server_pmadb = __('Configuration storage'); $strConfigForm_Server_pmadb_desc = __('Configure phpMyAdmin configuration storage to gain access to additional features, see [a@Documentation.html#linked-tables]phpMyAdmin configuration storage[/a] in documentation'); $strConfigForm_Server_tracking = __('Changes tracking'); -$strConfigForm_Server_tracking_desc = __('Tracking of changes made in database. Requires configured PMA database.'); +$strConfigForm_Server_tracking_desc = __('Tracking of changes made in database. Requires the phpMyAdmin configuration storage.'); $strConfigFormset_Export = __('Customize export options'); $strConfigFormset_Features = __('Features'); $strConfigFormset_Import = __('Customize import defaults');