mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +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
Add a link
Reference in a new issue