diff options
author | 0neGal <mail@0negal.com> | 2022-03-26 01:52:19 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-03-26 01:52:19 +0100 |
commit | cd48513b061898601f2a52cf7d3f5f92ad9ce958 (patch) | |
tree | b1eab77a4328e2f2a9842398c9c00fdbd20fed3b /src/lang/en.json | |
parent | bfbdfec664866ac9d968e29fd57119a03e747536 (diff) | |
download | Viper-cd48513b061898601f2a52cf7d3f5f92ad9ce958.tar.gz Viper-cd48513b061898601f2a52cf7d3f5f92ad9ce958.zip |
fixed error and removed browser on startup
For testing purposes I had the mod browser auto show on startup, that's
removed now, I also when refactoring some code forgot to change the name
of a function everywhere, leading to an error.
Diffstat (limited to 'src/lang/en.json')
-rw-r--r-- | src/lang/en.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index 04ecfdd..8defc7d 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -73,6 +73,11 @@ "gui.browser.reinstall": "Re-Install", "gui.browser.loading": "Loading mods...", "gui.browser.endoflist": "Maximum packages has been loaded.<br>Use the search for finding other packages!", + "gui.browser.noresults": "No results...", + "gui.browser.filter.mods": "Mods", + "gui.browser.filter.skins": "Skins", + "gui.browser.filter.client": "Client-side", + "gui.browser.filter.server": "Server-side", "gui.settings.save": "Save", "gui.settings.discard": "Discard", |