From 54700faad831ee0850d73e2830e08844db87922d Mon Sep 17 00:00:00 2001 From: wmayer Date: Fri, 17 Sep 2021 08:28:34 +0200 Subject: [PATCH] Gui: fix typos --- src/Gui/Document.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Gui/Document.cpp b/src/Gui/Document.cpp index 99e9bddf18..5bced7547b 100644 --- a/src/Gui/Document.cpp +++ b/src/Gui/Document.cpp @@ -1161,7 +1161,7 @@ bool Document::save(void) catch (const Base::FileException& e) { int ret = QMessageBox::question( getMainWindow(), - QObject::tr("Could not Save Document"), + QObject::tr("Could not save document"), QObject::tr("There was an issue trying to save the file. " "This may be because some of the parent folders do not exist, " "or you do not have sufficient permissions, " @@ -1218,7 +1218,7 @@ bool Document::saveAs(void) catch (const Base::FileException& e) { int ret = QMessageBox::question( getMainWindow(), - QObject::tr("Could not Save Document"), + QObject::tr("Could not save document"), QObject::tr("There was an issue trying to save the file. " "This may be because some of the parent folders do not exist, " "or you do not have sufficient permissions, "