diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-21 14:21:06 +0100 |
|---|---|---|
| committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-22 20:11:15 +0100 |
| commit | a5fc640f2cb0ca772efdf93f400084d33f6383d4 (patch) | |
| tree | 1069506bd9510d1acb5c661cac4b18263114aed7 /launcher/modplatform/legacy_ftb | |
| parent | 0a4a3fece57a68b2df6c5c0da8d990b1f981816c (diff) | |
| download | PrismLauncher-a5fc640f2cb0ca772efdf93f400084d33f6383d4.tar.gz PrismLauncher-a5fc640f2cb0ca772efdf93f400084d33f6383d4.tar.bz2 PrismLauncher-a5fc640f2cb0ca772efdf93f400084d33f6383d4.zip | |
Merge pull request #298 from Scrumplex/fix-i18n
Fix translatable strings
Diffstat (limited to 'launcher/modplatform/legacy_ftb')
| -rw-r--r-- | launcher/modplatform/legacy_ftb/PackInstallTask.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/legacy_ftb/PackInstallTask.cpp b/launcher/modplatform/legacy_ftb/PackInstallTask.cpp index f655a066..c63a9f1e 100644 --- a/launcher/modplatform/legacy_ftb/PackInstallTask.cpp +++ b/launcher/modplatform/legacy_ftb/PackInstallTask.cpp @@ -114,7 +114,7 @@ void PackInstallTask::install() //ok, found minecraft dir, move contents to instance dir if(!QDir().rename(m_stagingPath + "/unzip/minecraft", m_stagingPath + "/.minecraft")) { - emitFailed(tr("Failed to move unzipped minecraft!")); + emitFailed(tr("Failed to move unzipped Minecraft!")); return; } } |
