From 76da7895ff17c2ca37378415afdc01ed080e5a13 Mon Sep 17 00:00:00 2001 From: Dieter Adriaenssens Date: Tue, 14 Jan 2014 16:22:22 +0100 Subject: [PATCH] improve message Signed-off-by: Dieter Adriaenssens --- libraries/config/messages.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/config/messages.inc.php b/libraries/config/messages.inc.php index 29b6dbbb6b..a8a1c66bad 100644 --- a/libraries/config/messages.inc.php +++ b/libraries/config/messages.inc.php @@ -20,7 +20,7 @@ $strConfigAllowArbitraryServer_name = __('Allow login to any MySQL server'); $strConfigAllowThirdPartyFraming_desc = __( 'Enabling this allows a page located on a different domain to call phpMyAdmin ' . 'inside a frame, and is a potential [strong]security hole[/strong] allowing ' - . 'cross-frame scripting attacks.' + . 'cross-frame scripting (XSS) attacks.' ); $strConfigAllowThirdPartyFraming_name = __('Allow third party framing'); $strConfigAllowUserDropDatabase_name