From 4a7c818b92478fa976c25be61cee2ffcb2788fbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 11 Mar 2010 23:30:10 +0100 Subject: [PATCH] Add missing translation. --- libraries/messages.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/messages.inc.php b/libraries/messages.inc.php index 640a21aee..5a8090a2e 100644 --- a/libraries/messages.inc.php +++ b/libraries/messages.inc.php @@ -1426,7 +1426,7 @@ $strStrucExcelCSV = __('CSV for MS Excel'); $strStrucNativeExcel = __('Native MS Excel format'); $strStrucOnly = __('Structure only'); $strStructPropose = __('Propose table structure'); -$strStructureDiff = 'Structure Difference' ; +$strStructureDiff = __('Structure Difference'); $strStructureForView = __('Structure for view'); $strStructureLC = __('structure'); $strStructure = __('Structure');