#include "additionalinfodialog.h"
-#include <klocale.h>
+#include <KLocale>
#include <QCheckBox>
#include <QLabel>
// 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);