commit | f295a4b0807ab5f89ba9c2972b0d483c742ae093 | [log] [tgz] |
---|---|---|
author | Peter Marshall <[email protected]> | Fri Feb 26 09:48:03 2021 |
committer | Commit Bot <[email protected]> | Fri Feb 26 10:10:35 2021 |
tree | cb2eb29a7d2ac2cc383c3d7589d29314ff95fabd | |
parent | 8742dc884cc43bc2d52a39e9270e122713ba80e5 [diff] [blame] |
[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\'', /**