From c10d3a67ee86cc79acd1601debee7e89f133352b Mon Sep 17 00:00:00 2001 From: Antonino Di Guardo <64427768+digant73@users.noreply.github.com> Date: Fri, 8 May 2026 12:29:12 +0200 Subject: [PATCH] minor cleanup --- rpcs3/rpcs3qt/game_list_context_menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/rpcs3qt/game_list_context_menu.cpp b/rpcs3/rpcs3qt/game_list_context_menu.cpp index 4db1868b77..0ddd583cb3 100644 --- a/rpcs3/rpcs3qt/game_list_context_menu.cpp +++ b/rpcs3/rpcs3qt/game_list_context_menu.cpp @@ -635,7 +635,7 @@ void game_list_context_menu::show_single_selection_context_menu(const game_info& } // Check integrity for the other categories based on .PKG, .RAP and .EDAT (e.g. HDD game, DLC, Update) - QAction* check_psn_content = check_integrity_menu->addAction(tr("&Check Package Integrity")); + QAction* check_psn_content = check_integrity_menu->addAction(tr("&Check Packages/Raps/Edats Integrity")); connect(check_psn_content, &QAction::triggered, this, [this, gameinfo]() {