From b8e35ba1b97ed682f196b901b2e22ee5b970fb86 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 13 Aug 2005 12:18:15 +0000 Subject: [PATCH] as suggested by an English teacher... --- lang/english-iso-8859-1.inc.php | 2 +- lang/english-iso-8859-15.inc.php | 2 +- lang/english-utf-8.inc.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index 0f7d0da21b..3cf031d87b 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -565,7 +565,7 @@ $strPrivDescUsage = 'No privileges.'; $strPrivileges = 'Privileges'; $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; $strProcesslist = 'Process list'; -$strPutColNames = 'Put fields names at first row'; +$strPutColNames = 'Put fields names in the first row'; $strQBEDel = 'Del'; $strQBEIns = 'Ins'; diff --git a/lang/english-iso-8859-15.inc.php b/lang/english-iso-8859-15.inc.php index 733080d031..432a296bde 100644 --- a/lang/english-iso-8859-15.inc.php +++ b/lang/english-iso-8859-15.inc.php @@ -565,7 +565,7 @@ $strPrivDescUsage = 'No privileges.'; $strPrivileges = 'Privileges'; $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; $strProcesslist = 'Process list'; -$strPutColNames = 'Put fields names at first row'; +$strPutColNames = 'Put fields names in the first row'; $strQBEDel = 'Del'; $strQBEIns = 'Ins'; diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 6982e5456b..41d3701f96 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -566,7 +566,7 @@ $strPrivDescUsage = 'No privileges.'; $strPrivileges = 'Privileges'; $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; $strProcesslist = 'Process list'; -$strPutColNames = 'Put fields names at first row'; +$strPutColNames = 'Put fields names in the first row'; $strQBEDel = 'Del'; $strQBEIns = 'Ins'; -- 2.11.4.GIT