summaryrefslogtreecommitdiff
path: root/src/executableslist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/executableslist.cpp')
-rw-r--r--src/executableslist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/executableslist.cpp b/src/executableslist.cpp
index 65f725d7..75f29e8f 100644
--- a/src/executableslist.cpp
+++ b/src/executableslist.cpp
@@ -153,7 +153,7 @@ std::vector<Executable> ExecutablesList::getPluginExecutables(
.arg(QDir::toNativeSeparators(game->dataDirectory().absolutePath()));
const auto exe = Executable()
- .title(QObject::tr("Explore Virtual Folder"))
+ .title("Explore Virtual Folder")
.binaryInfo(eppBin)
.arguments(args)
.workingDirectory(eppBin.absolutePath())