aboutsummaryrefslogtreecommitdiff
path: root/src/lang
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-02-05 18:47:46 +0100
committer0neGal <mail@0negal.com>2022-02-05 18:51:48 +0100
commit392a46168971eb3a4d578cec2b8ebea533e02747 (patch)
treea7768a5aba596cab07f252589776f262949e9967 /src/lang
parent32f4e5e1436ef5ba0faa466b03fbde2bb870fdc5 (diff)
downloadViper-392a46168971eb3a4d578cec2b8ebea533e02747.tar.gz
Viper-392a46168971eb3a4d578cec2b8ebea533e02747.zip
implemented limit to loading packages
I have no clue if 50 packages is too small or too, big, we'll adjust this the more mods that arrive. I also made the browser auto scroll to the top when closed, it looks far better.
Diffstat (limited to 'src/lang')
-rw-r--r--src/lang/en.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json
index 59af04b..6bef99f 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -65,6 +65,7 @@
"gui.browser.madeby": "by",
"gui.browser.update": "Update",
+ "gui.browser.endoflist": "Maximum packages has been loaded.<br>Use the search for finding other packages!",
"gui.browser.install": "Install",
"gui.browser.reinstall": "Re-Install",
"gui.browser.loading": "Loading mods...",