Skip to content

Commit

Permalink
translation update
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleyel committed Jul 5, 2023
1 parent b01a049 commit 18e539a
Show file tree
Hide file tree
Showing 46 changed files with 17,914 additions and 50,462 deletions.
2 changes: 1 addition & 1 deletion lib/python/Plugins/Extensions/QuadPip/qpip.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ def forceToExitTimerCB(self):
self.session.openWithCallback(self.close, MessageBox, _("Quad PiP is not available."), MessageBox.TYPE_ERROR)

def showNotSupport(self):
self.session.openWithCallback(self.close, MessageBox, _("Box or driver is not support Quad PiP."), MessageBox.TYPE_ERROR)
self.session.openWithCallback(self.close, MessageBox, _("Receiver does not support Quad PiP."), MessageBox.TYPE_ERROR)

def noChannelTimerCB(self):
self.session.openWithCallback(self.ChannelSelectCB, QuadPiPChannelSelection)
Expand Down
Loading

0 comments on commit 18e539a

Please sign in to comment.