summaryrefslogtreecommitdiff
path: root/conflictcheck_thread.c
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2012-11-11 20:24:16 +0100
committerChristian Wieninger <cwieninger@gmx.de>2012-11-11 20:24:16 +0100
commitc06bffda7eca5c58db2f800950e65a569beeb4fd (patch)
treecd3618fcc9a545e0508da6c78eac51a1c4e801ba /conflictcheck_thread.c
parent3dde612c32844cd33dab2c4eba842725fe070ead (diff)
downloadvdr-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.c2
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 ||