Fixes broken and missing translations

This commit is contained in:
nelsonhef
2025-08-26 17:41:48 -03:00
parent 82b8649bf2
commit 8ebe6a65bf
4 changed files with 21 additions and 3 deletions

View File

@@ -339,7 +339,7 @@ void SettingsDisplay::on_radioButtonCustom_clicked()
void SettingsDisplay::on_pushButtonExportDefault_clicked()
{
auto str = QFileDialog::getSaveFileName(this, tr("Export EDID..."));
auto str = QFileDialog::getSaveFileName(this, tr("Export EDID"));
if (!str.isEmpty()) {
QFile file(str);
if (file.open(QFile::WriteOnly)) {