mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Fixed context
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
49e1b12eb1
commit
68e02bc62d
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in a new issue