From a93dd1170d71ad3cb687a585034c2225aae0ef95 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Sat, 22 Jul 2023 02:05:23 +0200 Subject: added English strings for plugin install prompt --- src/lang/en.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lang/en.json') diff --git a/src/lang/en.json b/src/lang/en.json index bd95a53..5ce9407 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", -- cgit v1.2.3