diff options
author | 0neGal <mail@0negal.com> | 2022-05-16 20:09:43 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-05-16 20:09:43 +0200 |
commit | 0b893f9f2b01196b583222df072ae51631457649 (patch) | |
tree | 925cabf4f459b637bb2d95f628cdfdd278983c0c /src/lang/en.json | |
parent | b65cb550e0e26b2cf290573248fe28e341fa4807 (diff) | |
download | Viper-0b893f9f2b01196b583222df072ae51631457649.tar.gz Viper-0b893f9f2b01196b583222df072ae51631457649.zip |
a lot of stuff, but mainly a "Load more..." button
In the past when more than 50 packages was loaded it'd simply display a
"Maximum packages loaded" message, and it wasn't actually 50, as it just
took the first 50 packages loaded, whether or not they were filtered
out, so now that's fixed and a "Load more..." button has been added.
With that comes some changes to the lang strings for
"gui.browser.endoflist" and a new one "gui.browser.loadmore".
I also fixed the filtered packages issue also occurring in searches.
This will overall allow a user to more easily find the maximum amount of
packages without loading literally over a hundred packages at once, not
good for performance...
Diffstat (limited to 'src/lang/en.json')
-rw-r--r-- | src/lang/en.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index 024b44a..345a83c 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -77,7 +77,8 @@ "gui.browser.install": "Install", "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.loadmore": "Load more...", + "gui.browser.endoflist": "All packages have been loaded.", "gui.browser.noresults": "No results...", "gui.browser.filter.mods": "Mods", "gui.browser.filter.skins": "Skins", |