mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 05:55:59 +03:00
Fix typo in folder.cpp
This commit is contained in:
parent
d3a93cbaeb
commit
7f0cc5b699
1 changed files with 1 additions and 1 deletions
|
@ -1001,7 +1001,7 @@ void Folder::slotAboutToRemoveAllFiles(SyncFileItem::Direction, bool *cancel)
|
||||||
void Folder::slotAboutToRestoreBackup(bool *restore)
|
void Folder::slotAboutToRestoreBackup(bool *restore)
|
||||||
{
|
{
|
||||||
QString msg =
|
QString msg =
|
||||||
tr("This sync would reset the files to an erlier time in the sync folder '%1'.\n"
|
tr("This sync would reset the files to an earlier time in the sync folder '%1'.\n"
|
||||||
"This might be because a backup was restored on the server.\n"
|
"This might be because a backup was restored on the server.\n"
|
||||||
"Continuing the sync as normal will cause all your files to be overwritten by an older "
|
"Continuing the sync as normal will cause all your files to be overwritten by an older "
|
||||||
"file in an earlier state. "
|
"file in an earlier state. "
|
||||||
|
|
Loading…
Reference in a new issue