Fixed a grammar error in an error messaage
This commit is contained in:
parent
ccb0442ba5
commit
7d2933d0c2
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ use Exception::Class (
|
|||
},
|
||||
'WebGUI::Error::ObjectNotFound' => {
|
||||
isa => 'WebGUI::Error',
|
||||
description => "The object you were try to retrieve does not exist.",
|
||||
description => "The object you were trying to retrieve does not exist.",
|
||||
fields => ["id"],
|
||||
},
|
||||
'WebGUI::Error::InvalidFile' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue