mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-23 02:45:12 -05:00
Qt/GameList: Change multiselection deletion name for consistency
This commit is contained in:
@@ -239,7 +239,7 @@ void GameList::ShowContextMenu(const QPoint&)
|
||||
menu->addSeparator();
|
||||
}
|
||||
|
||||
AddAction(menu, tr("Delete selected ISOs..."), this, &GameList::DeleteFile);
|
||||
AddAction(menu, tr("Delete selected files..."), this, &GameList::DeleteFile);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user