Filed attempt on making localization work
This commit is contained in:
parent
45a338a3cd
commit
3e1cb57988
4 changed files with 1235 additions and 1 deletions
|
@ -91,7 +91,7 @@ void ConsoleWindow::on_btnKillMinecraft_clicked()
|
|||
QMessageBox r_u_sure;
|
||||
//: Main question of the kill confirmation dialog
|
||||
r_u_sure.setText(tr("Kill Minecraft?"));
|
||||
r_u_sure.setInformativeText("This can cause the instance to get corrupted and should only be used if Minecraft is frozen for some reason");
|
||||
r_u_sure.setInformativeText(tr("This can cause the instance to get corrupted and should only be used if Minecraft is frozen for some reason"));
|
||||
r_u_sure.setStandardButtons(QMessageBox::Yes | QMessageBox::No);
|
||||
r_u_sure.setDefaultButton(QMessageBox::Yes);
|
||||
if (r_u_sure.exec() == QMessageBox::Yes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue