Fixed context
authorrakekniven <2069590+rakekniven@users.noreply.github.com>
Fri, 24 Sep 2021 12:24:13 +0000 (14:24 +0200)
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>
Mon, 27 Sep 2021 07:25:08 +0000 (07:25 +0000)
Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
src/gui/invalidfilenamedialog.cpp

index 1795f0b05f36739e58777ce226df60f81d8e0beb..30a5f1f0c8ef8e65d9c704361962d2dfa41b788f 100644 (file)
@@ -70,7 +70,7 @@ InvalidFilenameDialog::InvalidFilenameDialog(AccountPtr account, Folder *folder,
     _ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);
     _ui->buttonBox->button(QDialogButtonBox::Ok)->setText(tr("Rename file"));
 
-    _ui->descriptionLabel->setText(tr("The file %1 could not be synced because it contains characters which are not allowed on this system.").arg(_originalFileName));
+    _ui->descriptionLabel->setText(tr("The file %1 could not be synced because the name contains characters which are not allowed on this system.").arg(_originalFileName));
     _ui->explanationLabel->setText(tr("The following characters are not allowed on the system: * \" | & ? , ; : \\ / ~ < >"));
     _ui->filenameLineEdit->setText(filePathFileInfo.fileName());