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