Rename Mode to Caption Mode
dblume

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")
... ...
@@ -1,7 +1,7 @@
1 1
 title=dxb
2 2
 major_version=0
3 3
 minor_version=4
4
-build_version=2
4
+build_version=3
5 5
 ui_resolutions=fhd
6 6
 mm_icon_focus_hd=pkg:/images/mm_icon_focus_hd.png
7 7
 mm_icon_focus_sd=pkg:/images/mm_icon_focus_sd.png
8 8