diff options
author | 0neGal <mail@0negal.com> | 2022-11-23 15:08:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-23 15:08:51 +0100 |
commit | 855d83cdd1cc6397069c9df243f32bf210693fd6 (patch) | |
tree | 0db4bab6e26eb3fcb533957ffa25d585b4c52b51 /src/lang/en.json | |
parent | ee7858c71f671cca7914482a86e62ba48cf36dce (diff) | |
parent | 3ddd971820dea6a0c4a25009484e86afbfe7eaf1 (diff) | |
download | Viper-855d83cdd1cc6397069c9df243f32bf210693fd6.tar.gz Viper-855d83cdd1cc6397069c9df243f32bf210693fd6.zip |
Merge branch 'main' into dupe-mods-localization
Diffstat (limited to 'src/lang/en.json')
-rw-r--r-- | src/lang/en.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index aadcee0..4ba077a 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -136,10 +136,12 @@ "gui.toast.title.duped": "Duplicate folder names!", "gui.toast.title.failed": "Failed to install", "gui.toast.title.malformed": "Incorrect folder structure!", + "gui.toast.title.unknown_error": "Unknown Error!", "gui.toast.desc.installed": "has been installed successfully!", "gui.toast.desc.malformed": "has an incorrect folder structure, if you're the developer, you should fix this.", "gui.toast.desc.failed": "An unknown error occurred while trying to install the mod. This may be the author's fault, and it may also be Viper's fault.", "gui.toast.desc.duped": "has multiple mod folders in it, with the same name, causing duplicate folders, if you're the developer, you should fix this.", + "gui.toast.desc.unknown_error": "An unknown error occurred, click for more details. You may want to take a screenshot of the detailed error when filing a bug report.", "gui.toast.noInternet.title": "No Internet", "gui.toast.noInternet.desc": "Viper may not work properly.", |