Skip to content

Commit

Permalink
Fix import gc save file window title
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai committed Sep 24, 2019
1 parent edfb0f6 commit dbc0bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt/GCMemcardManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ void GCMemcardManager::ExportAllFiles()
void GCMemcardManager::ImportFile()
{
QString path = QFileDialog::getOpenFileName(
this, tr("Export Save File"), QString::fromStdString(File::GetUserPath(D_GCUSER_IDX)),
this, tr("Import Save File"), QString::fromStdString(File::GetUserPath(D_GCUSER_IDX)),
tr("Native GCI File (*.gci)") + QStringLiteral(";;") + tr("MadCatz Gameshark files(*.gcs)") +
QStringLiteral(";;") + tr("Datel MaxDrive/Pro files(*.sav)"));

Expand Down

0 comments on commit dbc0bf0

Please sign in to comment.