When %q is used, we don't just encapsulate annotation texts in
quotation marks, we encapsulate all fields.
connect(ann_export_format_, SIGNAL(textChanged(const QString&)),
this, SLOT(on_dec_exportFormat_changed(const QString&)));
decoder_layout->addRow(tr("Annotation export format"), ann_export_format_);
- QLabel *description_1 = new QLabel(tr("%s = sample range; %d: decoder name; %c: row name; %q: use quotes for ann text"));
+ QLabel *description_1 = new QLabel(tr("%s = sample range; %d: decoder name; %c: row name; %q: use quotations marks"));
description_1->setAlignment(Qt::AlignRight);
decoder_layout->addRow(description_1);
QLabel *description_2 = new QLabel(tr("%1: longest annotation text; %a: all annotation texts"));