From: Nicolas Semrau Date: Mon, 24 Jun 2024 19:19:03 +0000 (+0200) Subject: Preview settings: Improve msg about network usage X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/d24f49bd8ea1836a3f89b338d20b3db99d4f828c 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! --- diff --git a/src/settings/interface/previewssettingspage.cpp b/src/settings/interface/previewssettingspage.cpp index 217ce37e3..dc13630ae 100644 --- a/src/settings/interface/previewssettingspage.cpp +++ b/src/settings/interface/previewssettingspage.cpp @@ -98,9 +98,9 @@ PreviewsSettingsPage::PreviewsSettingsPage(QWidget *parent) const auto helpButtonInfo = xi18nc("@info", "Creating previews for remote folders is " - "very expensive in terms of network " - "resources.Disable this if navigating remote folders in " - "Dolphin is slow or when accessing storage over metered connections."); + "very intensive in terms of network resource usage." + "Disable this if navigating remote folders in Dolphin " + "is slow or when accessing storage over metered connections."); auto contextualHelpButton = new KContextualHelpButton{helpButtonInfo, m_enableRemoteFolderThumbnail, this}; QHBoxLayout *enableRemoteFolderThumbnailLayout = new QHBoxLayout();