mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00:00
Small wording changes for dump conversions
This commit is contained in:
parent
d10c3aaf29
commit
214756dd18
2 changed files with 2 additions and 2 deletions
|
@ -367,7 +367,7 @@ void ConvertDialog::Convert()
|
|||
if (m_files.size() > 1)
|
||||
{
|
||||
dst_dir = DolphinFileDialog::getExistingDirectory(
|
||||
this, tr("Save Converted Image"),
|
||||
this, tr("Save Converted Images"),
|
||||
QFileInfo(QString::fromStdString(m_files[0]->GetFilePath())).dir().absolutePath());
|
||||
|
||||
if (dst_dir.isEmpty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue