From 52c02213dd94625b89bdc3138ff8051d5550b36c Mon Sep 17 00:00:00 2001 From: Alteran Date: Sun, 18 Jun 2023 04:53:04 -0500 Subject: [PATCH] Change wording for a tad more accuracy / Fix typo. "performances" should have been singular, but reworded to remove implication that it *will* increase performance when that is *not* the case for everyone. --- assets/jsons/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/jsons/translations/en.json b/assets/jsons/translations/en.json index b6e90ac7..4d0cfbb6 100644 --- a/assets/jsons/translations/en.json +++ b/assets/jsons/translations/en.json @@ -31,7 +31,7 @@ "version-viewer": { "launch-mods": { "oculus": "Oculus Mode", - "oculus-description": "If you are using Beat Saber via Steam, it allows you to use Oculus's VR composer without passing by SteamVR, to gain performances This is not necessary for using Oculus headsets.", + "oculus-description": "If you are using Beat Saber via Steam, it allows you to use Oculus's VR composer without passing by SteamVR, for possible performance gain. This is not necessary for using Oculus headsets.", "desktop": "Desktop Mode", "desktop-description": "This allows you to use WASD and the mouse to navigate around the menu in game. This makes testing much easier, because you don't have to put on your headset!", "debug": "Debug Mode", @@ -909,4 +909,4 @@ "PM" ] } -} \ No newline at end of file +}