mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 07:39:17 +00:00
i18n: Add comments and improve source strings
Most of these changes are to improve consistency in capitalization.
This commit is contained in:
parent
87b7009c12
commit
9d2f5245f4
15 changed files with 84 additions and 79 deletions
|
@ -367,7 +367,7 @@ void ConvertDialog::Convert()
|
|||
if (m_files.size() > 1)
|
||||
{
|
||||
dst_dir = DolphinFileDialog::getExistingDirectory(
|
||||
this, tr("Select where you want to save the converted images"),
|
||||
this, tr("Save Converted Image"),
|
||||
QFileInfo(QString::fromStdString(m_files[0]->GetFilePath())).dir().absolutePath());
|
||||
|
||||
if (dst_dir.isEmpty())
|
||||
|
@ -376,7 +376,7 @@ void ConvertDialog::Convert()
|
|||
else
|
||||
{
|
||||
dst_path = DolphinFileDialog::getSaveFileName(
|
||||
this, tr("Select where you want to save the converted image"),
|
||||
this, tr("Save Converted Image"),
|
||||
QFileInfo(QString::fromStdString(m_files[0]->GetFilePath()))
|
||||
.dir()
|
||||
.absoluteFilePath(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue