diff options
author | 0neGal <mail@0negal.com> | 2023-09-18 13:08:58 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2023-09-18 13:08:58 +0200 |
commit | bff68af8f52595bcf93c3d67fb388db5459f314c (patch) | |
tree | 227dcbdac4bdb8805fcec3fc7625c12015bf3008 /src/lang | |
parent | 9b098ae8d70892a20ce9456e5a978e9e09fb9214 (diff) | |
download | Viper-bff68af8f52595bcf93c3d67fb388db5459f314c.tar.gz Viper-bff68af8f52595bcf93c3d67fb388db5459f314c.zip |
added "Open gamepath" button
Very useful stuff!
Diffstat (limited to 'src/lang')
-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 5cb443e..bcfb372 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -188,6 +188,7 @@ "title": "Misc repair actions", "desc": "If you're having problems then some of these buttons may help fixing it", "buttons": { + "open_gamepath": "Open gamepath", "reset_config": "Reset config file", "restart_viper": "Restart Viper", "change_gamepath": "Change gamepath", @@ -195,6 +196,7 @@ "force_quit_origin": "Force quit Origin and or EA Desktop" }, + "open_gamepath_alert": "No valid gamepath is selected, so there's no gamepath to open, please select a valid gamepath first!", "reset_config_alert": "Please confirm that you want to reset the config file, after confirming Viper will delete the config file, and then restart." } }, |