Skip to content

Commit

Permalink
[Satconfig] Reword "Connected"
Browse files Browse the repository at this point in the history
Include wording that is in hint text
  • Loading branch information
AbuBaniaz authored and Huevos committed Oct 12, 2023
1 parent b401943 commit 1e4e849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/Satconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def fillListWithAdvancedSatEntrys(self, Sat):
if self.nim.isFBCLink():
if not self.nimConfig.advanced.unicableconnected.value:
self.nimConfig.advanced.unicableconnected.value = True
self.advancedConnected = getConfigListEntry(self.indent % _("Connected"), self.nimConfig.advanced.unicableconnected, _("Select 'yes' if this tuner is connected to the SCR device through another tuner, otherwise select 'no'."))
self.advancedConnected = getConfigListEntry(self.indent % _("Connected through another tuner"), self.nimConfig.advanced.unicableconnected, _("Select 'yes' if this tuner is connected to the SCR device through another tuner, otherwise select 'no'."))
self.list.append(self.advancedConnected)
if self.nimConfig.advanced.unicableconnected.value:
self.nimConfig.advanced.unicableconnectedTo.setChoices(choices)
Expand Down

0 comments on commit 1e4e849

Please sign in to comment.