// Add header
QLabel* header = new QLabel(mainWidget);
- header->setText(i18nc("@label", "Select which additional information should be shown."));
+ header->setText(i18nc("@label", "Select which additional information should be shown:"));
header->setWordWrap(true);
layout->addWidget(header);