diff options
Diffstat (limited to 'conflictcheck_thread.c')
-rw-r--r-- | conflictcheck_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conflictcheck_thread.c b/conflictcheck_thread.c index ca284cb..aa14ef2 100644 --- a/conflictcheck_thread.c +++ b/conflictcheck_thread.c @@ -120,7 +120,7 @@ void cConflictCheckThread::Action(void) msgfmt = cString::sprintf(tr("timer conflict at %s! Show it?"), *DateTime(conflictCheck.nextRelevantConflictDate)); else - msgfmt = cString::sprintf(tr("%d timer conflict(s)! First at %s. Show them?"), + msgfmt = cString::sprintf(tr("%d timer conflicts! First at %s. Show them?"), conflictCheck.relevantConflicts, *DateTime(conflictCheck.nextRelevantConflictDate)); bool doMessage = EPGSearchConfig.noConflMsgWhileReplay == 0 || |