Fix #12425 : Removed double usage of same var name; Fix typo introduced in 545db4a4

Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
This commit is contained in:
Deven Bansod 2016-08-01 09:42:56 +05:30
parent 7d57024d95
commit 9f1f055177

View File

@ -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].'
);