Renamed misleading label escapeCRLF to removeCRLF

This commit is contained in:
Herman van Rink
2009-05-25 08:11:32 +00:00
parent 3cd7523b4c
commit c4e22ba8a7
57 changed files with 59 additions and 59 deletions

View File

@@ -1476,7 +1476,7 @@ $strHostTableExplanation = 'When Host table is used, this field is ignored and v
$strGetMoreThemes = 'Get more themes!'; //to translate
$strNoneDefault = 'None'; //to translate
$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
$strEscapeCRLF = 'Remove CRLF characters within fields'; //to translate
$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
$strAndSmall = 'and'; //to translate
$strReplicationStatus = 'Replication status'; //to translate