[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
   */