Fixed casing issue in EN locale

This commit is contained in:
Dev 2024-05-21 19:13:05 +01:00
parent 37b6342528
commit fef5466210

View File

@ -180,7 +180,7 @@
"modloader-loading_mods": "ModLoader: loading %s server mods...",
"modloader-main_property_not_js": "Mod %s package.json main property must be a .js file",
"modloader-main_property_points_to_nothing": "Mod %s package.json main property points to non-existing file",
"modloader-missing_sptVersion_field": "Mod %s is missing the sptVersion field, most likely due to being out of date and incompatible with the current version of SPT",
"modloader-missing_sptversion_field": "Mod %s is missing the sptVersion field, most likely due to being out of date and incompatible with the current version of SPT",
"modloader-missing_dependency": "Mod {{mod}} requires {{modDependency}} to be installed.",
"modloader-missing_package_json": "Mod (%s) is missing package.json. Make sure you have checked the mods hub page for install instructions",
"modloader-missing_package_json_property": "Mod {{modName}} package.json requires {{prop}} property",