All entities now have GID
This commit is contained in:
parent
eb097588ba
commit
2be2e9f5e3
9 changed files with 59 additions and 11 deletions
|
|
@ -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)");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue