Update description of 'sBTransferredOverNetwork' UIString in the Network panel to be more clear

[email protected]

Bug: chromium:1163928
Change-Id: I0bcbfc194cfefaa1bbb7cdfbce55676f63650ae4
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2705340
Commit-Queue: Andres Olivares <[email protected]>
Auto-Submit: Andres Olivares <[email protected]>
Reviewed-by: Peter Marshall <[email protected]>
diff --git a/front_end/network/NetworkLogView.js b/front_end/network/NetworkLogView.js
index 81846d1..248ca3f 100644
--- a/front_end/network/NetworkLogView.js
+++ b/front_end/network/NetworkLogView.js
@@ -147,12 +147,14 @@
   */
   sRequests: '{PH1} requests',
   /**
-  *@description Text in Network Log View of the Network panel
+  *@description Message in the summary toolbar at the bottom of the Network log that shows the compressed size of
+  * all resources transferred over network during a network activity log.
   *@example {4 B} PH1
   */
   sTransferred: '{PH1} transferred',
   /**
-  *@description Text in Network Log View of the Network panel
+  *@description Message in a tooltip that shows the compressed size of all resources transferred over network during
+  * a network activity log.
   *@example {4} PH1
   */
   sBTransferredOverNetwork: '{PH1} B transferred over network',