Update error message template in messages.json
This commit is contained in:
parent
cd788b8e32
commit
3ccf5d9e19
1 changed files with 5 additions and 1 deletions
|
@ -176,12 +176,16 @@
|
|||
}
|
||||
},
|
||||
"error_msg_GUI": {
|
||||
"message": "Unfortunately, an exception of type $error_code$ has occured. Click OK to terminate the script.",
|
||||
"message": "Unfortunately, an exception of type $error_code$ has occured. $error_message$ Click OK to continue.",
|
||||
"description": "The error message template for a full graphical UI",
|
||||
"placeholders": {
|
||||
"error_code": {
|
||||
"content": "$1",
|
||||
"description": "The error code"
|
||||
},
|
||||
"error_message": {
|
||||
"content": "$2",
|
||||
"description": "The error message"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue