<div dir="ltr">Hi!<div><br></div><div>While testing Subsurface 4.4 Beta in Portuguese language,</div><div>I found the following things not translated:</div><div><br></div><div>- Button Discard</div><div>- Button Cancel<br></div><div>- Bottom window message in red: "No filename to save into"</div><div><br></div><div>I think we have 100% translations done on "transifex" for PT language.</div><div>I checked the source code, to try to figured it out, but I don't know enough about Qt API.<br></div><div><br></div><div><br></div><div>// MainTab.cpp (Discard and Cancel)</div><div>...</div><div><div>if (QMessageBox::warning(MainWindow::instance(), TITLE_OR_TEXT(tr("Discard the changes?"),</div><div><span style="white-space:pre">  </span>tr("You are about to discard your changes.")),</div><div>  QMessageBox::Discard | QMessageBox::Cancel, QMessageBox::Discard) != QMessageBox::Discard) {</div><div>return;</div></div><div>...</div><div><br></div><div>//MainWindow.cpp (No filename to save into)</div><div>...</div><div><div>if (filename.isNull() || filename.isEmpty())</div><div><span style="white-space:pre">  </span>return report_error("No filename to save into"); <--- maybe tr(...)</div></div><div>...</div><div><br></div><div>Thanks,</div><div><br></div><div>Eduardo Ramalho</div></div>