[l10n] Add more descriptions and lock more terms

Bug: 1163928
Change-Id: I086a56d1d0529e933af081f7ae1f519498c1e706
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2720213
Commit-Queue: Peter Marshall <[email protected]>
Commit-Queue: Simon Zünd <[email protected]>
Auto-Submit: Peter Marshall <[email protected]>
Reviewed-by: Simon Zünd <[email protected]>
diff --git a/front_end/console/ConsoleViewMessage.ts b/front_end/console/ConsoleViewMessage.ts
index fa32aa5..d7a92f6 100644
--- a/front_end/console/ConsoleViewMessage.ts
+++ b/front_end/console/ConsoleViewMessage.ts
@@ -50,7 +50,9 @@
 
 export const UIStrings = {
   /**
-  *@description Message element text content in Console View Message of the Console panel
+  * @description Message element text content in Console View Message of the Console panel. Shown
+  * when the user tried to run console.clear() but the 'Preserve log' option is enabled, which stops
+  * the log from being cleared.
   */
   consoleclearWasPreventedDueTo: '`console.clear()` was prevented due to \'Preserve log\'',
   /**