mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-22 04:24:56 +00:00
Qt/GameList: Change multiselection deletion name for consistency
This commit is contained in:
parent
e22c5333ab
commit
fb98dbc41c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue