Skip to content

Commit d94439d

Browse files
committed
fixed title of export preset window
1 parent 8ff0c75 commit d94439d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MainWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@ void MainWindow::exportPreset()
13191319
return;
13201320
}
13211321

1322-
QString fileName = QFileDialog::getSaveFileName( this, "Save preset", QString(), scriptFileExt );
1322+
QString fileName = QFileDialog::getSaveFileName( this, "Export preset", QString(), scriptFileExt );
13231323
if (fileName.isEmpty()) { // user probably clicked cancel
13241324
return;
13251325
}

0 commit comments

Comments
 (0)