aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Ava/Assets/Locales
diff options
context:
space:
mode:
authorIsaac Marovitz <42140194+IsaacMarovitz@users.noreply.github.com>2023-01-12 07:09:32 -0500
committerGitHub <noreply@github.com>2023-01-12 12:09:32 +0000
commitfe29a2ff6e7ae94b9e1f8cedc93d7fd0187de3cf (patch)
treef5620fb38a4e9edeb9073b8453917d59f6dd0080 /Ryujinx.Ava/Assets/Locales
parente9a173e00ce199117f73626c075f89feedfb31ce (diff)
Ava UI: Settings Adjustments (#4273)
* Visual adjustments * Match border to rest of app * Fix overlapping controls * Fix * Fix
Diffstat (limited to 'Ryujinx.Ava/Assets/Locales')
-rw-r--r--Ryujinx.Ava/Assets/Locales/en_US.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/Ryujinx.Ava/Assets/Locales/en_US.json b/Ryujinx.Ava/Assets/Locales/en_US.json
index 0c767871..24f44dee 100644
--- a/Ryujinx.Ava/Assets/Locales/en_US.json
+++ b/Ryujinx.Ava/Assets/Locales/en_US.json
@@ -119,7 +119,7 @@
"SettingsTabSystemAudioBackendSoundIO": "SoundIO",
"SettingsTabSystemAudioBackendSDL2": "SDL2",
"SettingsTabSystemHacks": "Hacks",
- "SettingsTabSystemHacksNote": " (may cause instability)",
+ "SettingsTabSystemHacksNote": "May cause instability",
"SettingsTabSystemExpandDramSize": "Use alternative memory layout (Developers)",
"SettingsTabSystemIgnoreMissingServices": "Ignore Missing Services",
"SettingsTabGraphics": "Graphics",
@@ -157,7 +157,8 @@
"SettingsTabLoggingEnableGuestLogs": "Enable Guest Logs",
"SettingsTabLoggingEnableFsAccessLogs": "Enable Fs Access Logs",
"SettingsTabLoggingFsGlobalAccessLogMode": "Fs Global Access Log Mode:",
- "SettingsTabLoggingDeveloperOptions": "Developer Options (WARNING: Will reduce performance)",
+ "SettingsTabLoggingDeveloperOptions": "Developer Options",
+ "SettingsTabLoggingDeveloperOptionsNote": "WARNING: Will reduce performance",
"SettingsTabLoggingGraphicsBackendLogLevel": "Graphics Backend Log Level:",
"SettingsTabLoggingGraphicsBackendLogLevelNone": "None",
"SettingsTabLoggingGraphicsBackendLogLevelError": "Error",
@@ -618,4 +619,4 @@
"UserProfilesRecoverEmptyList": "No profiles to recover",
"UserEditorTitle" : "Edit User",
"UserEditorTitleCreate" : "Create User"
-}
+} \ No newline at end of file