mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-12 16:19:44 -06:00
minor cleanup
This commit is contained in:
parent
103238b861
commit
c10d3a67ee
@ -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]()
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user