diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2012-11-11 20:24:16 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2012-11-11 20:24:16 +0100 |
commit | c06bffda7eca5c58db2f800950e65a569beeb4fd (patch) | |
tree | cd3618fcc9a545e0508da6c78eac51a1c4e801ba /conflictcheck_thread.c | |
parent | 3dde612c32844cd33dab2c4eba842725fe070ead (diff) | |
download | vdr-plugin-epgsearch-c06bffda7eca5c58db2f800950e65a569beeb4fd.tar.gz vdr-plugin-epgsearch-c06bffda7eca5c58db2f800950e65a569beeb4fd.tar.bz2 |
translation fixes - changed "conflict(s)" in "conflicts"
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 || |