~vbursian/research-assistant/intervers

« back to all changes in this revision

Viewing changes to RAGUI/CSVImportDialog.cpp

  • Committer: Viktor Bursian
  • Date: 2023-07-13 12:08:01 UTC
  • Revision ID: vik@pryanik-20230713120801-fea3hg8n9ira97hf
Some tidying

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
    }
291
291
    File->close();
292
292
  }
 
293
  /* @todo{UI++} Correct plurals. Try this (%1 --> %L1)
 
294
  InfoLabel->setText(tr("%L1 data point(s) imported",0,PointNo).arg(PointNo));
 
295
  */
293
296
  InfoLabel->setText(tr("%1 data point(s) imported",0,PointNo).arg(PointNo));
294
297
  if( UX_OK && UY_OK && (PointNo > 0) ){
295
298
    InfoLabel->setStyleSheet("color: green");