const auto helpButtonInfo = xi18nc("@info",
"<para>Creating <emphasis>previews</emphasis> for remote folders is "
- "<emphasis strong='true'>very expensive</emphasis> in terms of network "
- "resources.</para><para>Disable this if navigating remote folders in "
- "Dolphin is slow or when accessing storage over metered connections.</para>");
+ "very intensive in terms of network resource usage.</para>"
+ "<para>Disable this if navigating remote folders in Dolphin "
+ "is slow or when accessing storage over metered connections.</para>");
auto contextualHelpButton = new KContextualHelpButton{helpButtonInfo, m_enableRemoteFolderThumbnail, this};
QHBoxLayout *enableRemoteFolderThumbnailLayout = new QHBoxLayout();
enableRemoteFolderThumbnailLayout->addWidget(m_enableRemoteFolderThumbnail);
enableRemoteFolderThumbnailLayout->addWidget(contextualHelpButton);
- QFormLayout *formLayout = new QFormLayout(this);
+ QFormLayout *formLayout = new QFormLayout();
QLabel *localGroupLabel = new QLabel(i18nc("@title:group", "Local storage:"));
// Makes sure it has the same height as the labeled sizeBoxLayout