Skip to content

Commit

Permalink
[InfoBarGenerics] change Hdmi-In caption
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Whalley committed Oct 31, 2024
1 parent a423761 commit 070cd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/InfoBarGenerics.py
Original file line number Diff line number Diff line change
Expand Up @@ -4563,7 +4563,7 @@ def HDMIIn(self):
self.session.nav.playService(slist.servicelist.getCurrent())

def getHDMIInFullScreen(self):
return _("Turn on HDMI-IN Full screen mode") if not self.hdmi_enabled_full else _("Turn off HDMI-IN Full screen mode")
return _("Switch to HDMI-IN") if not self.hdmi_enabled_full else _("Switch off HDMI-IN input")

def getHDMIInPiPScreen(self):
return _("Turn on HDMI-IN PiP mode") if not self.hdmi_enabled_pip else _("Turn off HDMI-IN PiP mode")
Expand Down

0 comments on commit 070cd1c

Please sign in to comment.