From de1bae9d9210a5b2d63e6e5df43895cfd0a0787c Mon Sep 17 00:00:00 2001 From: Al <26797547+Al12rs@users.noreply.github.com> Date: Sun, 19 Jan 2020 12:33:00 +0100 Subject: Fix "Explore virtual folder" not being translatable --- src/executableslist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/executableslist.cpp') 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 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()) -- cgit v1.3.1