From 9f1f0551771787b394f12ac4428a70e71a3a2a6d Mon Sep 17 00:00:00 2001 From: Deven Bansod Date: Mon, 1 Aug 2016 09:42:56 +0530 Subject: [PATCH] Fix #12425 : Removed double usage of same var name; Fix typo introduced in 545db4a4 Signed-off-by: Deven Bansod --- libraries/config/messages.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/config/messages.inc.php b/libraries/config/messages.inc.php index d20822e3a7..e35da4b760 100644 --- a/libraries/config/messages.inc.php +++ b/libraries/config/messages.inc.php @@ -699,8 +699,8 @@ $strConfigServers_savedsearches_desc = __( 'Leave blank for no QBE saved searches support, suggested: ' . '[kbd]pma__savedsearches[/kbd].' ); -$strConfigServers_savedsearches_name = __('Export templates table'); -$strConfigServers_savedsearches_desc = __( +$strConfigServers_export_templates_name = __('Export templates table'); +$strConfigServers_export_templates_desc = __( 'Leave blank for no export template support, suggested: ' . '[kbd]pma__export_templates[/kbd].' );