BUG 8529 Change "exists" to "exist" in many phrases SOLVED

- Remember these grammar rules
- Changed grammar rules as suggested.
This commit is contained in:
Hector Cortez
2012-07-25 16:51:09 -04:00
parent bf4172a770
commit f353ae77c2
26 changed files with 33 additions and 33 deletions

View File

@@ -96,7 +96,7 @@ class TaskUser extends BaseTaskUser {
return $iResult;
}
else {
throw(new Exception('This row doesn\'t exists!'));
throw(new Exception('This row does not exist!'));
}
}
catch (Exception $oError) {