* change hasEdited to editedByOther in common lang.

This commit is contained in:
wangyidong
2016-03-14 10:48:42 +08:00
parent ae46e92be5
commit 516b1f0034
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -360,7 +360,7 @@ class testcaseModel extends model
$oldCase = $this->getById($caseID);
if($oldCase->lastEditedDate != $this->post->lastEditedDate)
{
dao::$errors[] = $this->lang->error->hasEdited;
dao::$errors[] = $this->lang->error->editedByOther;
return false;
}