From 7d11492ac2fce26dba9dfa6cbfc25e77f0fc0ff4 Mon Sep 17 00:00:00 2001 From: Al <26797547+Al12rs@users.noreply.github.com> Date: Sun, 19 Jan 2020 12:52:22 +0100 Subject: Revert "Fix "Explore virtual folder" not being translatable" This reverts commit de1bae9d9210a5b2d63e6e5df43895cfd0a0787c. --- src/executableslist.cpp | 2 +- src/organizer_en.ts | 5 ----- 2 files changed, 1 insertion(+), 6 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 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()) diff --git a/src/organizer_en.ts b/src/organizer_en.ts index 4a192e76..98f03072 100644 --- a/src/organizer_en.ts +++ b/src/organizer_en.ts @@ -5801,11 +5801,6 @@ p, li { white-space: pre-wrap; } empty field name - - - Explore Virtual Folder - - The hidden file "%1" already exists. Replace it? -- cgit v1.3.1