fix(i18n): fix translatable strings
This commit is contained in:
parent
abb9fa8cbd
commit
48c2146a42
20 changed files with 29 additions and 29 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue