┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings
diff options
context:
space:
mode:
authorNicolas Semrau <[email protected]>2024-06-24 21:19:03 +0200
committerFelix Ernst <[email protected]>2024-06-26 10:14:42 +0000
commitd24f49bd8ea1836a3f89b338d20b3db99d4f828c (patch)
tree8b44e567e6d49e5a2bb89b679d05bf7e93c73fa4 /src/settings
parent97abdaaa902ed8ff046d88ea1d36f1f8194c693e (diff)
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!
Diffstat (limited to 'src/settings')
-rw-r--r--src/settings/interface/previewssettingspage.cpp6
1 files changed, 3 insertions, 3 deletions
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",
"<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();