All entities now have GID

This commit is contained in:
Andrew nuark G 2020-12-23 19:00:57 +07:00
parent eb097588ba
commit 2be2e9f5e3
9 changed files with 59 additions and 11 deletions

View file

@ -52,7 +52,7 @@ void UserEditDialog::accept() {
errDlg.setTextFormat(Qt::RichText);
errDlg.setWindowTitle(tr("Error"));
errDlg.setIcon(QMessageBox::Critical);
QString message = tr("Some errors happend, while saving your note:");
QString message = tr("Some errors happend, while saving:");
if (emptyTitle) {
message.append("<br>- Title cannot be empty (all spaces - empty too)");
}