diff options
author | 0neGal <mail@0negal.com> | 2022-05-17 01:11:25 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-05-17 01:11:25 +0200 |
commit | bb5446be8164176219784290f18751c6f35c4047 (patch) | |
tree | b47851a63ac338cb5f09170e8d74cc62899566b4 /src/lang | |
parent | 17a0a0e752ef515e4ea1e735e52efdb81d63f7dd (diff) | |
download | Viper-bb5446be8164176219784290f18751c6f35c4047.tar.gz Viper-bb5446be8164176219784290f18751c6f35c4047.zip |
added external link button and changed string
"Info" -> "View", along with a button in the previewer to open the mod
page in the browser if you so choose.
Diffstat (limited to 'src/lang')
-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 345a83c..2c068ac 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -71,6 +71,7 @@ "gui.mods.confirmdependencies": "This package has dependencies, shown below, clicking \"Ok\" will install the package and the dependencies.\n\n", "gui.browser.info": "Info", + "gui.browser.view": "View", "gui.browser.madeby": "by", "gui.browser.search": "Search...", "gui.browser.update": "Update", |