From b578362de216142959ef9511510c06d5446e355f Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Wed, 14 Aug 2024 19:57:47 +0200 Subject: chore: display alert when mod install via protocol cannot be resolved --- 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 d07d60f..0c44198 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -101,6 +101,8 @@ "installed_mod": "Installed mod!", "drag_n_drop": "Drag and drop a mod to install", "confirm_dependencies": "This package has dependencies, shown below, clicking \"Ok\" will install the package and the dependencies.\n\n", + "cant_find_specific": "Can't find mod %s-%s!", + "cant_find_version": "Can't find version %s of mod %s-%s!", "confirm_plugins": { "title": "The following package has native plugins:", -- cgit v1.2.3