diff options
| author | yell0wsuit <5692900+yell0wsuit@users.noreply.github.com> | 2023-05-29 04:13:40 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-28 23:13:40 +0200 |
| commit | c9e297b74c99f8269f82863a31495a47ee1f7b0d (patch) | |
| tree | 25718520ffaa1b2b546f205e640434cfc9d32dd1 /src/Ryujinx.Ava/Assets | |
| parent | dd514a115ccdf44662868dbd4bc7b02254c1fe9f (diff) | |
About window: Add changelog link under ver. number (#5095)
Diffstat (limited to 'src/Ryujinx.Ava/Assets')
| -rw-r--r-- | src/Ryujinx.Ava/Assets/Locales/en_US.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Ryujinx.Ava/Assets/Locales/en_US.json b/src/Ryujinx.Ava/Assets/Locales/en_US.json index a7b490b9..03cddcc8 100644 --- a/src/Ryujinx.Ava/Assets/Locales/en_US.json +++ b/src/Ryujinx.Ava/Assets/Locales/en_US.json @@ -637,5 +637,7 @@ "SettingsTabNetworkInterface": "Network Interface:", "NetworkInterfaceTooltip": "The network interface used for LAN features", "NetworkInterfaceDefault": "Default", - "PackagingShaders": "Packaging Shaders" + "PackagingShaders": "Packaging Shaders", + "AboutChangelogButton": "View Changelog on GitHub", + "AboutChangelogButtonTooltipMessage": "Click to open the changelog for this version in your default browser." }
\ No newline at end of file |
