Fix typo in folder.cpp

This commit is contained in:
Matthew Leeds 2016-05-27 11:13:18 -04:00
parent d3a93cbaeb
commit 7f0cc5b699

View file

@ -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. "