Skip to content

Commit

Permalink
Merge pull request #3749 from Dima73/locale
Browse files Browse the repository at this point in the history
  • Loading branch information
littlesat committed Aug 11, 2023
2 parents 4b26708 + 9b046ee commit 6674620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/ChannelSelection.py
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,7 @@ def getServiceName(self, ref):
return _("Satellites")
if ') ORDER BY name' in pathstr:
return _("All")
return str if config.usage.multibouquet.value else _("Favorites")
return str

def buildTitleString(self):
self.servicetitle = ""
Expand Down

0 comments on commit 6674620

Please sign in to comment.