Improve wording

This commit is contained in:
Marcin Kulik
2023-04-28 10:36:37 +02:00
parent bac2ce47e9
commit d156f934ee
3 changed files with 3 additions and 3 deletions

View File

@@ -469,7 +469,7 @@ pause_key = p
; default: . (dot)
step_key = s
; Define hotkey for jumping to next breakpoint,
; Define hotkey for jumping to the next breakpoint,
; default: ]
next_breakpoint_key = b

View File

@@ -77,7 +77,7 @@ def record(
elif data == add_breakpoint_key:
assert start_time is not None
writer.write_breakpoint(time.time() - start_time)
notify("Added breakpoint")
notify("Breakpoint added")
return

View File

@@ -174,7 +174,7 @@ functionality of the player is enabled, the playback should pause, and wait for
the user to resume.
`event-data` can be used to annotate (comment) a breakpoint. Annotations may be
used to e.g. show a list of "chapters".
used to e.g. show a list of named "chapters".
## Notes on compatibility