diff options
author | 0neGal <mail@0negal.com> | 2023-07-24 20:38:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 20:38:21 +0200 |
commit | b18038892db6567acb56822d1d7a1fe35f1c225f (patch) | |
tree | afeac6f0d804be5d4f812afcbadc63ff8d2854fa /src/lang/en.json | |
parent | 112610902caef019ea4af17d77079cd090d6b9b5 (diff) | |
parent | 55040f6808f4aef3cd7ba86a45290d03963c37bd (diff) | |
download | Viper-b18038892db6567acb56822d1d7a1fe35f1c225f.tar.gz Viper-b18038892db6567acb56822d1d7a1fe35f1c225f.zip |
Merge pull request #191 from 0neGal/packages-dir
feat: Support for the new packages folder
Diffstat (limited to 'src/lang/en.json')
-rw-r--r-- | src/lang/en.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index e510557..b3823d7 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -69,6 +69,8 @@ "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.mods.confirm_plugins_title": "The following package has native plugins:", + "gui.mods.confirm_plugins_description": "Native plugins have far more system access than a regular mod, and because of this they're inherently less secure to have installed, as a malicious plugin could do far more harm this way. If this plugin is one from a trusted developer or similar or you know what you're doing, then you can disregard this message completely.", "gui.browser.info": "Info", "gui.browser.view": "View", |