1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-06-30 23:46:46 +00:00

Preview settings: Improve msg about network usage

This makes the explanation a bit less jargonistic.

While I rose the issue on Nate's TWIK blog, Sergey Katunin (@sgakerru)
came up with the final wording of this change. Thanks!
This commit is contained in:
Nicolas Semrau 2024-06-24 21:19:03 +02:00 committed by Felix Ernst
parent 97abdaaa90
commit d24f49bd8e

View File

@ -98,9 +98,9 @@ PreviewsSettingsPage::PreviewsSettingsPage(QWidget *parent)
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();