diff options
author | EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> | 2022-07-23 08:05:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-23 12:05:51 -0300 |
commit | 2d252db0a720c3ea5ae633f397f629d53d829cf6 (patch) | |
tree | d5a55064035d03ad74d4c31f330918671e5e9dc1 | |
parent | 7f8a3541eb4d4d64390c8dd5d3849ea4606c59fb (diff) |
GTK & Avalonia changes (#3480)1.1.185
-rw-r--r-- | Ryujinx.Ava/Assets/Locales/en_US.json | 2 | ||||
-rw-r--r-- | Ryujinx/Ui/Windows/SettingsWindow.glade | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Ryujinx.Ava/Assets/Locales/en_US.json b/Ryujinx.Ava/Assets/Locales/en_US.json index 4c64d958..2aaf52e0 100644 --- a/Ryujinx.Ava/Assets/Locales/en_US.json +++ b/Ryujinx.Ava/Assets/Locales/en_US.json @@ -118,7 +118,7 @@ "SettingsTabSystemAudioBackendSoundIO": "SoundIO", "SettingsTabSystemAudioBackendSDL2": "SDL2", "SettingsTabSystemHacks": "Hacks", - "SettingsTabSystemHacksNote": " - These may cause instabilities", + "SettingsTabSystemHacksNote": " (may cause instability)", "SettingsTabSystemExpandDramSize": "Expand DRAM Size to 6GB", "SettingsTabSystemIgnoreMissingServices": "Ignore Missing Services", "SettingsTabGraphics": "Graphics", diff --git a/Ryujinx/Ui/Windows/SettingsWindow.glade b/Ryujinx/Ui/Windows/SettingsWindow.glade index c9d19a27..c739a521 100644 --- a/Ryujinx/Ui/Windows/SettingsWindow.glade +++ b/Ryujinx/Ui/Windows/SettingsWindow.glade @@ -1509,7 +1509,7 @@ </child> <child> <object class="GtkCheckButton" id="_internetToggle"> - <property name="label" translatable="yes">Enable guest Internet access</property> + <property name="label" translatable="yes">Enable Guest Internet Access</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> @@ -1643,7 +1643,7 @@ </child> <child> <object class="GtkRadioButton" id="_mmHostUnsafe"> - <property name="label" translatable="yes">Host unchecked (fastest, unsafe)</property> + <property name="label" translatable="yes">Host Unchecked (fastest, unsafe)</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> @@ -1725,7 +1725,7 @@ <property name="can-focus">False</property> <property name="halign">start</property> <property name="margin-bottom">5</property> - <property name="label" translatable="yes"> - These may cause instability</property> + <property name="label" translatable="yes"> (may cause instability)</property> </object> <packing> <property name="expand">False</property> @@ -1749,7 +1749,7 @@ <property name="orientation">vertical</property> <child> <object class="GtkCheckButton" id="_expandRamToggle"> - <property name="label" translatable="yes">Expand DRAM size to 6GB</property> + <property name="label" translatable="yes">Expand DRAM Size to 6GB</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> |