} else if (action == configureAction) {
FileMetaDataConfigurationDialog* dialog = new FileMetaDataConfigurationDialog();
dialog->setDescription(i18nc("@label::textbox",
- "Configure which data should be shown in the tooltip."));
+ "Select which data should be shown in the tooltip."));
dialog->setItems(m_metaDataWidget->items());
dialog->setAttribute(Qt::WA_DeleteOnClose);
dialog->show();
// Add header
QLabel* header = new QLabel(mainWidget);
- header->setText(i18nc("@label", "Configure which additional information should be shown."));
+ header->setText(i18nc("@label", "Select which additional information should be shown."));
header->setWordWrap(true);
layout->addWidget(header);
{
FileMetaDataConfigurationDialog* dialog = new FileMetaDataConfigurationDialog();
dialog->setDescription(i18nc("@label::textbox",
- "Configure 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();
m_descriptionLabel = new QLabel(i18nc("@label::textbox",
- "Configure which data should "
+ "Select which data should "
"be shown"), this);
m_descriptionLabel->setWordWrap(true);
/**
* Sets the description that is shown above the list
* of meta data. Per default the translated text for
- * "Configure which data should be shown." is set.
+ * "Select which data should be shown." is set.
*/
void setDescription(const QString& description);
QString description() const;
QVBoxLayout* topLayout = new QVBoxLayout(this);
QLabel* label = new QLabel(i18nc("@label:textbox",
- "Configure which services should "
+ "Select which services should "
"be shown in the context menu."), this);
label->setWordWrap(true);