Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
issakomi committed Aug 11, 2021
1 parent 0fa5754 commit d796c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dicom/dicomutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6518,7 +6518,7 @@ QString DicomUtils::read_series(
mbox.setDefaultButton(QMessageBox::No);
mbox.setIcon(QMessageBox::Question);
mbox.setText(
QString("Size of frames reached ") +
QString("Size of data reached ") +
QVariant(buffer_gb_tmp).toString() +
QString(
" GB\nand may require several times more\n"
Expand Down Expand Up @@ -7571,7 +7571,7 @@ QString DicomUtils::read_buffer(
mbox.setDefaultButton(QMessageBox::No);
mbox.setIcon(QMessageBox::Question);
mbox.setText(
QString("Image size is ") +
QString("Data size is ") +
QVariant(buffer_gb_tmp).toString() +
QString(
" GB\nand may require several times more\n"
Expand Down

0 comments on commit d796c9e

Please sign in to comment.