remove disused error message template

This commit is contained in:
buzz-lightsnack-2007 2024-05-11 22:47:35 +08:00
parent f840fdd2b5
commit 634c0b48b0

View file

@ -235,24 +235,6 @@
"message": "There is a mistake in your JSON formatting. Please correct the error before saving."
},
"error_msg": {
"message": "$error_code$: $error_msg$ \n$error_trace$",
"description": "The error message template",
"placeholders": {
"error_code": {
"content": "$1",
"description": "The error code"
},
"error_msg": {
"content": "$2",
"description": "The error message"
},
"error_trace": {
"content": "$3",
"description": "The error trace"
}
}
},
"error_msg_GUI": {
"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",