]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Preview settings: Improve msg about network usage
authorNicolas Semrau <nicolas.semrau@gmail.com>
Mon, 24 Jun 2024 19:19:03 +0000 (21:19 +0200)
committerFelix Ernst <felixernst@kde.org>
Wed, 26 Jun 2024 10:14:42 +0000 (10:14 +0000)
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!

src/settings/interface/previewssettingspage.cpp

index 217ce37e32141f59e437503b5c8d037364751a52..dc13630ae66d793ff5b30eef093a0844a5520cc2 100644 (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();