Mercurial > hg > svgui
comparison widgets/CSVFormatDialog.cpp @ 578:e2211947cbfd
* Fix untranslated string
author | Chris Cannam |
---|---|
date | Mon, 07 Feb 2011 21:07:47 +0000 |
parents | aced8ec09bc8 |
children | c9d6cf9c51c8 |
comparison
equal
deleted
inserted
replaced
577:dc511d5fee75 | 578:e2211947cbfd |
---|---|
198 case CSVFormat::ThreeDimensionalModel: | 198 case CSVFormat::ThreeDimensionalModel: |
199 s = f->getLayerPresentationName(LayerFactory::Colour3DPlot); | 199 s = f->getLayerPresentationName(LayerFactory::Colour3DPlot); |
200 break; | 200 break; |
201 } | 201 } |
202 | 202 |
203 m_modelLabel->setText("\n" + QString("Data will be displayed in a %1 layer.").arg(s)); | 203 m_modelLabel->setText("\n" + tr("Data will be displayed in a %1 layer.").arg(s)); |
204 } | 204 } |
205 | 205 |
206 void | 206 void |
207 CSVFormatDialog::timingTypeChanged(int type) | 207 CSVFormatDialog::timingTypeChanged(int type) |
208 { | 208 { |