summaryrefslogtreecommitdiff
path: root/src/executableslist.cpp
diff options
context:
space:
mode:
authorAl <26797547+Al12rs@users.noreply.github.com>2020-01-19 12:33:00 +0100
committerAl <26797547+Al12rs@users.noreply.github.com>2020-01-19 12:33:00 +0100
commitde1bae9d9210a5b2d63e6e5df43895cfd0a0787c (patch)
tree953e8e4cfbc38d7682a4a3fec4c8c2efc5244432 /src/executableslist.cpp
parenta41c74bc5c6b3b090c3c6259da3b7ebee5a2ac5e (diff)
Fix "Explore virtual folder" not being translatable
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 75f29e8f..65f725d7 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("Explore Virtual Folder")
+ .title(QObject::tr("Explore Virtual Folder"))
.binaryInfo(eppBin)
.arguments(args)
.workingDirectory(eppBin.absolutePath())