* 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
@@ -189,7 +189,7 @@ class taskModel extends model
$oldTask = $this->getById($taskID);
if($oldTask->lastEditedDate != $this->post->lastEditedDate)
{
dao::$errors[] = $this->lang->error->hasEdited;
dao::$errors[] = $this->lang->error->editedByOther;
return false;
}