commit | 4cb2aab19ffa0828afa87b09073b80a4274f6122 | [log] [tgz] |
---|---|---|
author | Simon Zünd <[email protected]> | Tue Jun 22 05:27:12 2021 |
committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 22 11:21:39 2021 |
tree | 9815c5e3ae9e3c748279617cef7f6595b6b65d54 | |
parent | 9ea04a81e0b6b638608e2a82d163c676baafe252 [diff] [blame] |
[l10n] Improve descriptions and fix plurals Bug: None Change-Id: Ie2635935cb7a608df9dc803947d85542c4a32c8f Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2882758 Reviewed-by: Wolfgang Beyer <[email protected]> Commit-Queue: Simon Zünd <[email protected]>
diff --git a/front_end/panels/sources/BreakpointEditDialog.ts b/front_end/panels/sources/BreakpointEditDialog.ts index b9b4000..88653b3 100644 --- a/front_end/panels/sources/BreakpointEditDialog.ts +++ b/front_end/panels/sources/BreakpointEditDialog.ts
@@ -35,9 +35,11 @@ */ pauseOnlyWhenTheConditionIsTrue: 'Pause only when the condition is true', /** - *@description Text in Breakpoint Edit Dialog of the Sources panel + *@description Text in Breakpoint Edit Dialog of the Sources panel. Provides the user with + *an example on how to use Logpoints. 'Log' is a verb and 'message' is a noun. + *See: https://developer.chrome.com/blog/new-in-devtools-73/#logpoints */ - logMessageEgXIsX: 'Log message, e.g. \'x is\', x', + logMessageEgXIsX: 'Log message, e.g. `\'x is\', x`', /** *@description Type selector element title in Breakpoint Edit Dialog of the Sources panel */