Clarify message

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2014-07-10 11:31:29 -04:00
parent e76e8d58cd
commit decb08c4d8

View File

@ -90,8 +90,8 @@ if (! isset($_COOKIE[$session_name])) {
* can not use translations here.
*/
PMA_fatalError(
'Cannot start session without errors, please check errors given '
. 'in your PHP and/or webserver log file and configure your PHP '
'Error during session start; please check your PHP and/or '
. 'webserver log file and configure your PHP '
. 'installation properly. Also ensure that cookies are enabled '
. 'in your browser.'
);