summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorspycrab <spycrab@users.noreply.github.com>2018-07-02 17:55:20 +0200
committerGitHub <noreply@github.com>2018-07-02 17:55:20 +0200
commit4eeef6e5b39b11daefca009c8645560591accc52 (patch)
tree831daca8d9502803b76e9db7d1ce952d8c86f796 /Source/Core
parent87c5d00e2085090e51c1d44e4fd271437123c722 (diff)
parentfb98dbc41c5fc09180fa2269b895a62680e8ab47 (diff)
Merge pull request #7201 from 8times9/multiselection_deletion_menu_name
Qt/GameList: Change multiselection deletion name for consistency
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinQt2/GameList/GameList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt2/GameList/GameList.cpp b/Source/Core/DolphinQt2/GameList/GameList.cpp
index 6bcbfb88b9..6ae0cc04f4 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
{