diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-21 14:21:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-21 14:21:06 +0100 |
commit | 062fc79286fd5b9350a0041f734885f8fe29de64 (patch) | |
tree | 13201321c94624d234fee9189287aed18babd661 /launcher/modplatform/technic | |
parent | 2da565f5d486af6100d4b4584171c78c09a50b07 (diff) | |
parent | 7e0312493bf534ae2b4a09211f7459367dd80495 (diff) | |
download | PrismLauncher-062fc79286fd5b9350a0041f734885f8fe29de64.tar.gz PrismLauncher-062fc79286fd5b9350a0041f734885f8fe29de64.tar.bz2 PrismLauncher-062fc79286fd5b9350a0041f734885f8fe29de64.zip |
Merge pull request #298 from Scrumplex/fix-i18n
Fix translatable strings
Diffstat (limited to 'launcher/modplatform/technic')
-rw-r--r-- | launcher/modplatform/technic/TechnicPackProcessor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/technic/TechnicPackProcessor.cpp b/launcher/modplatform/technic/TechnicPackProcessor.cpp index 156a295a..782fb9b2 100644 --- a/launcher/modplatform/technic/TechnicPackProcessor.cpp +++ b/launcher/modplatform/technic/TechnicPackProcessor.cpp @@ -88,7 +88,7 @@ void Technic::TechnicPackProcessor::run(SettingsObjectPtr globalSettings, const else { if (minecraftVersion.isEmpty()) - emit failed(tr("Could not find \"version.json\" inside \"bin/modpack.jar\", but minecraft version is unknown")); + emit failed(tr("Could not find \"version.json\" inside \"bin/modpack.jar\", but Minecraft version is unknown")); components->setComponentVersion("net.minecraft", minecraftVersion, true); components->installJarMods({modpackJar}); |