} else if (action == configureAction) {
FileMetaDataConfigurationDialog* dialog = new FileMetaDataConfigurationDialog();
dialog->setDescription(i18nc("@label::textbox",
- "Select which data should be shown in the information panel."));
+ "Select which data should be shown in the information panel:"));
dialog->setItems(m_metaDataWidget->items());
dialog->setAttribute(Qt::WA_DeleteOnClose);
dialog->show();
// 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);
m_descriptionLabel = new QLabel(i18nc("@label::textbox",
"Select which data should "
- "be shown"), this);
+ "be shown:"), this);
m_descriptionLabel->setWordWrap(true);
m_configWidget = new KFileMetaDataConfigurationWidget(this);
{
FileMetaDataConfigurationDialog* dialog = new FileMetaDataConfigurationDialog();
dialog->setDescription(i18nc("@label::textbox",
- "Select which data should be shown in the tooltip."));
+ "Select which data should be shown in the tooltip:"));
dialog->setAttribute(Qt::WA_DeleteOnClose);
dialog->show();
dialog->raise();
QLabel* label = new QLabel(i18nc("@label:textbox",
"Select which services should "
- "be shown in the context menu."), this);
+ "be shown in the context menu:"), this);
label->setWordWrap(true);
m_servicesList = new QListWidget(this);