~ea4k/klog/trunk

« back to all changes in this revision

Viewing changes to trunk/setuppages/setuppagesubdivisionnew.cpp

  • Committer: ea4k
  • Date: 2020-12-28 23:26:23 UTC
  • Revision ID: svn-v4:5834a56a-7829-0410-841d-b57922c102d6::828
Auto commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
579
579
    {
580
580
        QMessageBox msgBox;
581
581
        msgBox.setIcon(QMessageBox::Information);
582
 
        msgBox.setText(tr("You need to enter a valid QRZ in the Station Callsign box.\nThe log will not be opened."));
 
582
        msgBox.setText(tr("You need to enter a valid Call in the Station Callsign box.\nThe log will not be opened."));
583
583
        msgBox.exec();
584
584
        return;
585
585
    }