diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/app/js/mods.js | 2 | ||||
-rw-r--r-- | src/lang/en.json | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/app/js/mods.js b/src/app/js/mods.js index 326b8b9..2408548 100644 --- a/src/app/js/mods.js +++ b/src/app/js/mods.js @@ -354,7 +354,7 @@ ipcRenderer.on("protocol-install-mod", async (event, data) => { timeout: 3000, scheme: "info", title: lang("gui.mods.installing"), - description: lang("gui.toast.desc.installing") + " " + package_obj.full_name + description: package_obj.full_name }) mods.install_from_url( diff --git a/src/lang/en.json b/src/lang/en.json index 1c3b4b4..0c44198 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -268,7 +268,6 @@ "desc": { "installed": "has been installed successfully!", - "installing": "Installing", "malformed": "has an incorrect folder structure, if you're the developer, you should fix this.", "failed": "An unknown error occurred while trying to install the mod. This may be the author's fault, and it may also be Viper's fault.", "duped": "has multiple mod folders in it, with the same name, causing duplicate folders, if you're the developer, you should fix this.", |