diff options
author | 0neGal <mail@0negal.com> | 2022-05-16 00:21:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 00:21:59 +0200 |
commit | dee10ac8d1d361f51ce316539e45b8a4197c8ad9 (patch) | |
tree | bbe9c068cf0d851e8baba973a903de617474107f /src/lang/en.json | |
parent | 108c7b97100d2a40e82f8196109c99d1d59b59ee (diff) | |
parent | 9724d433ebba9c323236078eeb87f3e5f5dc3e6d (diff) | |
download | Viper-better-browser.tar.gz Viper-better-browser.zip |
Merge pull request #122 from 0neGal/dependency-supportbetter-browser
feat: Dependency support
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 ee932a2..024b44a 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -68,6 +68,7 @@ "gui.mods.installing": "Installing mod...", "gui.mods.installedmod": "Installed mod!", "gui.mods.dragdrop": "Drag and drop a mod to install", + "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.madeby": "by", |