diff options
Diffstat (limited to 'menu_deftimercheckmethod.c')
-rw-r--r-- | menu_deftimercheckmethod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_deftimercheckmethod.c b/menu_deftimercheckmethod.c index 45c4291..ce37dd5 100644 --- a/menu_deftimercheckmethod.c +++ b/menu_deftimercheckmethod.c @@ -118,7 +118,7 @@ void cDefTimerCheckModes::SetMode(const cChannel* channel, int mode) // --- cMenuDefTimerCheckMethod --------------------------------------------------------- cMenuDefTimerCheckMethod::cMenuDefTimerCheckMethod() - :cOsdMenu(tr("Default timer check method"), 20) +:cOsdMenu(tr("Default timer check method"), 20) { SetMenuCategory(mcSetupPlugins); CheckModes[0] = tr("no check"); |