From 268637a042dfcae3a3065a2e7c1cd711768c12b5 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Tue, 10 Mar 2020 17:25:21 -0400 Subject: [PATCH] [skip ci] Fix typo (crowdin) ref: https://crowdin.com/translate/freecad/549/en-eu#6577888 --- src/Gui/Document.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/Document.cpp b/src/Gui/Document.cpp index 93126e6b61..8727482312 100644 --- a/src/Gui/Document.cpp +++ b/src/Gui/Document.cpp @@ -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;