diff options
author | Thomas Günther <tom@toms-cafe.de> | 2009-06-06 23:40:26 +0200 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2009-06-06 23:40:26 +0200 |
commit | b05b3079b92011c0ac1c5289efd7cfb750d9c755 (patch) | |
tree | ca2ba3b0e1cc52cbc49e3dc719f1b4a75cd5ebbf | |
parent | 2a4bf008cd0a14d53fefec0c34573aab12424373 (diff) | |
download | vdr-plugin-text2skin-b05b3079b92011c0ac1c5289efd7cfb750d9c755.tar.gz vdr-plugin-text2skin-b05b3079b92011c0ac1c5289efd7cfb750d9c755.tar.bz2 |
Corrected text in setup menu (timer-conflicts are now checked with epgsearch)
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | menu.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -66,6 +66,7 @@ ____-__-__: Version 1.3 - new: Option "bgColor" used for items "Text", "Marquee", and "Blink". - remember period to next timeout when doing a non-timeout refresh prevent occasional start/stop of marquee-text +- Corrected text in setup menu (timer-conflicts are now checked with epgsearch) 2009-06-01: Version 1.2 @@ -25,7 +25,7 @@ void cText2SkinSetupPage::Setup(void) { Add(new cMenuEditBoolItem(tr(" Extract known tags"), &mData.StripAux, tr("no"), tr("yes"))); #endif #if VDRVERSNUM >= 10330 - Add(new cMenuEditBoolItem(tr("Use 'timeline' to check timer-conflicts"), &mData.CheckTimerConflict, tr("no"), tr("yes"))); + Add(new cMenuEditBoolItem(tr("Use 'epgsearch' to check timer-conflicts"), &mData.CheckTimerConflict, tr("no"), tr("yes"))); #endif Add(new cOsdItem(tr("Flush image cache"), osUser1)); Add(new cMenuEditIntItem(tr("Max. image cache size"), &mData.MaxCacheFill)); |