Mercurial > hg > svgui
changeset 578:e2211947cbfd
* Fix untranslated string
| author | Chris Cannam |
|---|---|
| date | Mon, 07 Feb 2011 21:07:47 +0000 |
| parents | dc511d5fee75 |
| children | b716527bb0c9 |
| files | widgets/CSVFormatDialog.cpp |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/widgets/CSVFormatDialog.cpp Fri Feb 04 14:30:51 2011 +0000 +++ b/widgets/CSVFormatDialog.cpp Mon Feb 07 21:07:47 2011 +0000 @@ -200,7 +200,7 @@ break; } - m_modelLabel->setText("\n" + QString("Data will be displayed in a %1 layer.").arg(s)); + m_modelLabel->setText("\n" + tr("Data will be displayed in a %1 layer.").arg(s)); } void
