diff options
| author | Al <26797547+Al12rs@users.noreply.github.com> | 2020-01-19 12:52:22 +0100 |
|---|---|---|
| committer | Al <26797547+Al12rs@users.noreply.github.com> | 2020-01-19 12:52:22 +0100 |
| commit | 7d11492ac2fce26dba9dfa6cbfc25e77f0fc0ff4 (patch) | |
| tree | 839a80ca0d5dd40a06f0b618dc529f5f25929630 /src/executableslist.cpp | |
| parent | de1bae9d9210a5b2d63e6e5df43895cfd0a0787c (diff) | |
Revert "Fix "Explore virtual folder" not being translatable"
This reverts commit de1bae9d9210a5b2d63e6e5df43895cfd0a0787c.
Diffstat (limited to 'src/executableslist.cpp')
| -rw-r--r-- | src/executableslist.cpp | 2 |
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())
|
