Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion epgrefresh/src/EPGRefresh.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,9 @@ def showPendingServices(self, session):
if config.plugins.epgrefresh.parse_autotimer.value:
text += _("\n\nAutoTimer will start after completion.")
else:
text = first_text
if config.plugins.epgrefresh.parse_autotimer.value:
text = first_text + _("\nRunning AutoTimer. Please wait.")
text += _("\nRunning AutoTimer. Please wait.")
else:
text = first_text + _("Following Services have to be scanned:") + '\n' + servtxt + last_text
if config.plugins.epgrefresh.parse_autotimer.value:
Expand Down
Loading