diff options
| -rw-r--r-- | src/executableslist.cpp | 2 | ||||
| -rw-r--r-- | src/organizer_en.ts | 5 |
2 files changed, 1 insertions, 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<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())
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 @@ -5802,11 +5802,6 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="executableslist.cpp" line="156"/> - <source>Explore Virtual Folder</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="filerenamer.cpp" line="111"/> <source>The hidden file "%1" already exists. Replace it?</source> <translation type="unfinished"></translation> |
