diff options
author | 0neGal <mail@0negal.com> | 2022-02-05 19:51:20 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-02-05 19:51:20 +0100 |
commit | 8b97390a9e35117bd4bc2f9ceb26f090d6a67ee9 (patch) | |
tree | 832247b5b5144968fc610a552b1a3fbdcb417226 /src/lang/en.json | |
parent | b69e72aa7df4df5770e3a305eac507ab1f20e96b (diff) | |
download | Viper-8b97390a9e35117bd4bc2f9ceb26f090d6a67ee9.tar.gz Viper-8b97390a9e35117bd4bc2f9ceb26f090d6a67ee9.zip |
various changes, aesthetic and functionality
This should fix the window drag not working, however I cannot test that.
As my WM doesn't support it, a Windows contributor will have to test it.
I also added an info button that opens the mod's page in your web
browser, this button is of course localized, along with that I localized
the placeholder in the search input.
There's also a few general aesthetic changes, like adding a tiny border
around #modsdiv and #browser.
Diffstat (limited to 'src/lang/en.json')
-rw-r--r-- | src/lang/en.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index 6bef99f..c51c843 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -63,12 +63,14 @@ "gui.mods.installing": "Installing mod...", "gui.mods.installedmod": "Installed mod!", + "gui.browser.info": "Info", "gui.browser.madeby": "by", + "gui.browser.search": "Search...", "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...", + "gui.browser.endoflist": "Maximum packages has been loaded.<br>Use the search for finding other packages!", "gui.update.downloading": "Downloading...", "gui.update.extracting": "Extracting update...", |