mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-07 05:46:58 +03:00
Merge pull request #298 from Scrumplex/fix-i18n
Fix translatable strings
This commit is contained in:
parent
0a4a3fece5
commit
a5fc640f2c
27 changed files with 39 additions and 39 deletions
|
|
@ -14,7 +14,7 @@ void FoldersTask::executeTask()
|
|||
QDir mcDir(m_inst->gameRoot());
|
||||
if (!mcDir.exists() && !mcDir.mkpath("."))
|
||||
{
|
||||
emitFailed(tr("Failed to create folder for minecraft binaries."));
|
||||
emitFailed(tr("Failed to create folder for Minecraft binaries."));
|
||||
return;
|
||||
}
|
||||
emitSucceeded();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue