Gui: fix typos

This commit is contained in:
wmayer
2021-09-17 08:28:34 +02:00
parent 5fd21f80da
commit 54700faad8

View File

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