dblume commited on 2023-02-15 22:58:22
Showing 2 changed files, with 2 additions and 2 deletions.
... | ... |
@@ -98,7 +98,7 @@ function executeTask() as void |
98 | 98 |
v = aa.LookupCI("Mute") |
99 | 99 |
if v <> invalid then m.top.updateTextLower = dt + " Mute " + v.toStr() |
100 | 100 |
v = aa.LookupCI("Mode") |
101 |
- if v <> invalid then m.top.updateTextLower = dt + " Mode " + v.toStr() |
|
101 |
+ if v <> invalid then m.top.updateTextLower = dt + " Caption Mode " + v.toStr() |
|
102 | 102 |
v = aa.LookupCI("linkStatus") |
103 | 103 |
if v <> invalid then m.top.updateTextLower = dt + " LinkStatus " + v.toStr() |
104 | 104 |
v = aa.LookupCI("audioGuideEnabled") |