update translation
This commit is contained in:
parent
3e743a6a06
commit
9c2ffa2f80
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -1287,7 +1287,7 @@ void MainWindow::debug()
|
|||
if (mProject->modified() &&
|
||||
QMessageBox::question(
|
||||
this,
|
||||
tr("Compile Project"),
|
||||
tr("Rebuild Project"),
|
||||
tr("Project has been modified, do you want to rebuild it?")
|
||||
) == QMessageBox::Yes) {
|
||||
mCompileSuccessionTask=std::make_shared<CompileSuccessionTask>();
|
||||
|
|
Loading…
Reference in New Issue