fix(i18n): fix translatable strings
This commit is contained in:
parent
abb9fa8cbd
commit
48c2146a42
20 changed files with 29 additions and 29 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