diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3
index ae14a79ee..57206ee57 100644
--- a/lang/english-iso-8859-1.inc.php3
+++ b/lang/english-iso-8859-1.inc.php3
@@ -512,6 +512,7 @@ $strSearchOption3 = 'the exact phrase';
$strSearchOption4 = 'as regular expression';
$strSearchResultsFor = 'Search results for "%s" %s:';
$strSearchType = 'Find:';
+$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';
$strSelect = 'Select';
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All';
@@ -573,6 +574,7 @@ $strTableHasBeenEmptied = 'Table %s has been emptied';
$strTableHasBeenFlushed = 'Table %s has been flushed';
$strTableMaintenance = 'Table maintenance';
$strTableOfContents = 'Table of contents';
+$strTableOptions = 'Table options';
$strTableStructure = 'Table structure for table';
$strTableType = 'Table type';
$strTables = '%s table(s)';
@@ -649,6 +651,4 @@ $strYes = 'Yes';
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
$strZip = '"zipped"';
-$strTableOptions = 'Table options';
-$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
?>
diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3
index 72e74f817..d2fb4c83a 100644
--- a/lang/english-utf-8.inc.php3
+++ b/lang/english-utf-8.inc.php3
@@ -513,6 +513,7 @@ $strSearchOption3 = 'the exact phrase';
$strSearchOption4 = 'as regular expression';
$strSearchResultsFor = 'Search results for "%s" %s:';
$strSearchType = 'Find:';
+$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';
$strSelect = 'Select';
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All';
@@ -574,6 +575,7 @@ $strTableHasBeenEmptied = 'Table %s has been emptied';
$strTableHasBeenFlushed = 'Table %s has been flushed';
$strTableMaintenance = 'Table maintenance';
$strTableOfContents = 'Table of contents';
+$strTableOptions = 'Table options';
$strTableStructure = 'Table structure for table';
$strTableType = 'Table type';
$strTables = '%s table(s)';
@@ -650,6 +652,4 @@ $strYes = 'Yes';
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
$strZip = '"zipped"';
-$strTableOptions = 'Table options'; //to translate
-$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
?>