mirror of
https://github.com/86Box/86Box.git
synced 2026-02-25 04:45:31 -07:00
Fixes broken and missing translations
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user