diff options
author | 0neGal <mail@0negal.com> | 2022-02-05 18:47:46 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-02-05 18:51:48 +0100 |
commit | 392a46168971eb3a4d578cec2b8ebea533e02747 (patch) | |
tree | a7768a5aba596cab07f252589776f262949e9967 /src/lang/en.json | |
parent | 32f4e5e1436ef5ba0faa466b03fbde2bb870fdc5 (diff) | |
download | Viper-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/en.json')
-rw-r--r-- | src/lang/en.json | 1 |
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...", |