minor cleanup

This commit is contained in:
Antonino Di Guardo 2026-05-08 12:29:12 +02:00
parent 103238b861
commit c10d3a67ee

View File

@ -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]()
{