From 705a2cd0834655ac5c2e7caa8875c0ed2bca355e Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 29 Dec 2007 15:01:14 +0000 Subject: [PATCH] Improve look of message, thanks to Kai Seidler --- lang/english-utf-8.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 85a8f6381..1eb65a312 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.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'; $strAnalyze = 'Analyze'; $strAnalyzeTable = 'Analyze table';