[skip ci] Fix typo (crowdin)

ref: https://crowdin.com/translate/freecad/549/en-eu#6577888
This commit is contained in:
luz.paz
2020-03-10 17:25:21 -04:00
committed by wwmayer
parent bcae0c9139
commit 268637a042

View File

@@ -1131,7 +1131,7 @@ void Document::saveAll() {
}catch(Base::Exception &e) {
e.ReportException();
int ret = QMessageBox::critical(getMainWindow(), QObject::tr("Failed to save document"),
QObject::tr("Documents contains cyclic dependices. Do you still want to save them?"),
QObject::tr("Documents contains cyclic dependencies. Do you still want to save them?"),
QMessageBox::Yes,QMessageBox::No);
if(ret!=QMessageBox::Yes)
return;