Skip to content

Commit

Permalink
Better wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jul 13, 2024
1 parent 44722cb commit 528bd6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/autocue.liq
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ def file.autocue.metadata(~metadata, uri) =
log(
level=2,
label="autocue.metadata",
"No autocue data found for file #{uri}"
"No autocue data returned for file #{uri}"
)
[]
end
Expand Down Expand Up @@ -1040,7 +1040,7 @@ def protocol.autocue(~rlog=_, ~maxtime=_, arg) =
log(
level=2,
label="autocue.protocol",
"No autocue data found for URI #{arg}!"
"No autocue data returned for URI #{arg}!"
)
[arg]
end
Expand Down

0 comments on commit 528bd6d

Please sign in to comment.