diff --git a/Source/Core/DolphinQt2/GameList/GameList.cpp b/Source/Core/DolphinQt2/GameList/GameList.cpp index de27ecbc42..055e51b4d5 100644 --- a/Source/Core/DolphinQt2/GameList/GameList.cpp +++ b/Source/Core/DolphinQt2/GameList/GameList.cpp @@ -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 {