diff options
| author | Ac_K <Acoustik666@gmail.com> | 2022-11-25 12:41:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-25 12:41:34 +0100 |
| commit | 3fbacd0f495f087af5a6316da5abe2b4595d8c9d (patch) | |
| tree | ac444a50ef8f85af172069a49b70f98514082d67 /Ryujinx.Ava/Assets | |
| parent | 7aa6abc12038b949f26c5f1ad1d4559c81fdc1af (diff) | |
ava: Rework DLC Manager, Add various fixes and cleanup (#3896)
* Fixes Everything Part.2
* Change sorting, fix remove and heading
Diffstat (limited to 'Ryujinx.Ava/Assets')
| -rw-r--r-- | Ryujinx.Ava/Assets/Locales/en_US.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Ryujinx.Ava/Assets/Locales/en_US.json b/Ryujinx.Ava/Assets/Locales/en_US.json index 5e3ddb8a..e98988b7 100644 --- a/Ryujinx.Ava/Assets/Locales/en_US.json +++ b/Ryujinx.Ava/Assets/Locales/en_US.json @@ -410,6 +410,8 @@ "DlcManagerTableHeadingContainerPathLabel": "Container Path", "DlcManagerTableHeadingFullPathLabel": "Full Path", "DlcManagerRemoveAllButton": "Remove All", + "DlcManagerEnableAllButton": "Enable All", + "DlcManagerDisableAllButton": "Disable All", "MenuBarOptionsChangeLanguage": "Change Language", "CommonSort": "Sort", "CommonShowNames": "Show Names", @@ -567,7 +569,7 @@ "DlcWindowTitle": "Manage Game DLC", "UpdateWindowTitle": "Manage Game Updates", "CheatWindowHeading": "Cheats Available for {0} [{1}]", - "DlcWindowHeading": "DLC Available for {0} [{1}]", + "DlcWindowHeading": "{0} Downloadable Content(s) available for {1} ({2})", "UserProfilesEditProfile": "Edit Selected", "Cancel": "Cancel", "Save": "Save", |
