From 3fbacd0f495f087af5a6316da5abe2b4595d8c9d Mon Sep 17 00:00:00 2001 From: Ac_K Date: Fri, 25 Nov 2022 12:41:34 +0100 Subject: ava: Rework DLC Manager, Add various fixes and cleanup (#3896) * Fixes Everything Part.2 * Change sorting, fix remove and heading --- Ryujinx.Ava/Assets/Locales/en_US.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Ryujinx.Ava/Assets') 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", -- cgit v1.2.3