From 2e8cc5f001861cbf1311b60ca3fc7e4f0b4f51f1 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Mon, 13 May 2024 15:45:41 +0800 Subject: [PATCH] write strings for error GUI --- _locales/en/messages.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 9b80d21..cc1b8c2 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -258,6 +258,12 @@ } } }, + "error_msg_GUI_title": { + "message": "Whoops" + }, + "error_msg_GUI_body": { + "message": "An error has occured. When requesting for help, please refer to the code below." + }, "error_msg_fileNotFound": { "message": "Could not find the file $file_path$.", "description": "The error message template for a file not found exception", @@ -329,5 +335,9 @@ }, "message_loading_10": { "message": "Just making sure the internet doesn't break." + }, + + "delimiter_error": { + "message": ": " } }