diff options
author | 0neGal <mail@0negal.com> | 2022-04-28 00:29:07 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-04-28 00:29:07 +0200 |
commit | 847a2178e7823749e3096daf24dfcd3df8b236cb (patch) | |
tree | c948f08c28f076823d5f7ac6df4e62e9a6890511 | |
parent | 5302d33b7433c68947083ef57b6bb784bd02124f (diff) | |
download | Viper-847a2178e7823749e3096daf24dfcd3df8b236cb.tar.gz Viper-847a2178e7823749e3096daf24dfcd3df8b236cb.zip |
removed: unused lang string
This was meant to be used for the reset config prompt, but confirm()
doesn't allow you to change the button messages, which I forgot when I
was making this lang string, and subsequently lead to me forgetting I
even made the string, accidentally pushing it...
-rw-r--r-- | src/lang/en.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index 6849573..ee932a2 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -146,6 +146,5 @@ "general.missingpath": "Game location could not be found automatically! Please select it manually!", "general.notinstalled": "Northstar is not installed!", "general.launching": "Launching", - "general.reset": "Reset", "general.invalidconfig": "Your config file is improperly formatted, if it's been manually edited, please validate that everything is typed correctly.\n\nIf you did not manually edit the config file, it is recommended to simply reset the config.\n\nTo reset your config file simply click \"Ok\" below.\n\nMore details:\n" } |