diff options
author | 0neGal <mail@0negal.com> | 2023-09-16 02:17:46 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2023-09-16 02:20:05 +0200 |
commit | b125018808b43fac9f5c81d7e7b07ec92eef30fc (patch) | |
tree | 1356b2236b3f26525d1fc13f10b684ac0baebb30 /src/modules/settings.js | |
parent | a91f0d2eac46510c109a4faebf520f68a3456aab (diff) | |
download | Viper-b125018808b43fac9f5c81d7e7b07ec92eef30fc.tar.gz Viper-b125018808b43fac9f5c81d7e7b07ec92eef30fc.zip |
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
Diffstat (limited to 'src/modules/settings.js')
-rw-r--r-- | src/modules/settings.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |