diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2024-08-14 19:57:47 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2024-08-14 19:57:47 +0200 |
commit | b578362de216142959ef9511510c06d5446e355f (patch) | |
tree | 2c320200d40b2981223dfc0afb654768c9486792 /src/lang/en.json | |
parent | 723c9eb8f87e434d4d00c7ac82ac06f7a8436c32 (diff) | |
download | Viper-b578362de216142959ef9511510c06d5446e355f.tar.gz Viper-b578362de216142959ef9511510c06d5446e355f.zip |
chore: display alert when mod install via protocol cannot be resolved
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 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:", |