diff options
Diffstat (limited to 'menu_conflictcheck.c')
-rw-r--r-- | menu_conflictcheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_conflictcheck.c b/menu_conflictcheck.c index 40bedc5..c9a1fd5 100644 --- a/menu_conflictcheck.c +++ b/menu_conflictcheck.c @@ -281,7 +281,7 @@ eOSState cMenuConflictCheckDetails::DeleteTimer(cConflictCheckTimerObj* TimerObj cTimer* timer = TimerObj->timer; // Check if this timer is active: if (timer) { - if (Interface->Confirm(tr("Delete timer?"))) { + if (Interface->Confirm(trVDR("Delete timer?"))) { if (timer->Recording()) { if (Interface->Confirm(tr("Timer still recording - really delete?"))) { timer->Skip(); |