From b125018808b43fac9f5c81d7e7b07ec92eef30fc Mon Sep 17 00:00:00 2001 From: 0neGal Date: Sat, 16 Sep 2023 02:17:46 +0200 Subject: made some lang keys far more logical Most of these are from back when Viper was originally started, I also removed a few keys as they were no longer in use, but were forgotten about, most of these are from pre-v1.0.0 aka, the old smaller UI --- src/modules/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/settings.js') diff --git a/src/modules/settings.js b/src/modules/settings.js index 94f6414..5476404 100644 --- a/src/modules/settings.js +++ b/src/modules/settings.js @@ -49,7 +49,7 @@ if (fs.existsSync("viper.json")) { settings.nsargs = fs.readFileSync(args, "utf8"); } } else { - console.error(lang("general.missingpath")); + console.error(lang("general.missing_path")); } // as to not have to do the same one liner a million times, this -- cgit v1.2.3