Skip to content

Commit

Permalink
fix text typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleyel committed Nov 26, 2024
1 parent fcdb93c commit 8239d11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion lib/python/Components/Renderer/SingleEpgList.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def changed(self, what):
localTime = localtime(event[1])
text.append(f"{localTime[3]:02d}:{localTime[4]:02d} {event[4]}")
else:
text.append(_("N/A)"))
text.append(_("N/A"))

eventCount += 1
if eventCount > self.maxEvents:
Expand Down
3 changes: 0 additions & 3 deletions po/enigma2.pot
Original file line number Diff line number Diff line change
Expand Up @@ -11470,9 +11470,6 @@ msgstr ""
msgid "N/A"
msgstr ""

msgid "N/A)"
msgstr ""

msgid "NEXT"
msgstr ""

Expand Down

0 comments on commit 8239d11

Please sign in to comment.