From fb98dbc41c5fc09180fa2269b895a62680e8ab47 Mon Sep 17 00:00:00 2001 From: 8times9 <35514663+8times9@users.noreply.github.com> Date: Sun, 1 Jul 2018 21:22:55 -0500 Subject: [PATCH] Qt/GameList: Change multiselection deletion name for consistency --- Source/Core/DolphinQt2/GameList/GameList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {