diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index 3b86d1df7..88adb9c50 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -50,7 +50,7 @@ $strAfterInsertNext = 'Edit next row'; $strAfterInsertSame = 'Go back to this page'; $strAll = 'All'; $strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; -$strAllTableSameWidth = 'display all tables with same width?'; +$strAllTableSameWidth = 'Display all tables with the same width'; $strAlterOrderBy = 'Alter table order by'; $strAnalyzeTable = 'Analyze table'; $strAnd = 'And'; diff --git a/lang/english-iso-8859-15.inc.php b/lang/english-iso-8859-15.inc.php index f14dd70ed..924ddaf68 100644 --- a/lang/english-iso-8859-15.inc.php +++ b/lang/english-iso-8859-15.inc.php @@ -50,7 +50,7 @@ $strAfterInsertNext = 'Edit next row'; $strAfterInsertSame = 'Go back to this page'; $strAll = 'All'; $strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; -$strAllTableSameWidth = 'display all tables with same width?'; +$strAllTableSameWidth = 'Display all tables with the same width'; $strAlterOrderBy = 'Alter table order by'; $strAnalyzeTable = 'Analyze table'; $strAnd = 'And'; diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 19171642b..8eff44de0 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -51,7 +51,7 @@ $strAfterInsertNext = 'Edit next row'; $strAfterInsertSame = 'Go back to this page'; $strAll = 'All'; $strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; -$strAllTableSameWidth = 'display all tables with same width?'; +$strAllTableSameWidth = 'Display all tables with the same width'; $strAlterOrderBy = 'Alter table order by'; $strAnalyzeTable = 'Analyze table'; $strAnd = 'And';