i18n: Add comments and improve source strings

Most of these changes are to improve consistency in capitalization.
This commit is contained in:
JosJuice
2024-07-28 14:24:38 +02:00
parent 87b7009c12
commit 9d2f5245f4
15 changed files with 84 additions and 79 deletions

View File

@ -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(