diff options
author | louis <louis.braun@gmx.de> | 2014-02-01 14:56:37 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-02-01 14:56:37 +0100 |
commit | 67f1ab55632934ee94339999d4e671e23443a27e (patch) | |
tree | 89555379b9d3a713f52410e0b0e9c8b6db2c8297 /setup.c | |
parent | 31c7bd5756155eff46d24ffecb03afa61554ffc9 (diff) | |
download | skin-nopacity-67f1ab55632934ee94339999d4e671e23443a27e.tar.gz skin-nopacity-67f1ab55632934ee94339999d4e671e23443a27e.tar.bz2 |
Added information about running recordings in DisplayChannel
Diffstat (limited to 'setup.c')
-rw-r--r-- | setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -391,7 +391,7 @@ void cNopacitySetupChannelDisplay::Set(void) { } Add(new cMenuEditStraItem(tr("Kind of time display for current schedule"), tmpConf->GetValueRef("progressCurrentSchedule"), 2, progressStyleCurrentSchedule)); Add(new cMenuEditBoolItem(tr("Display Signal Strength & Quality"), tmpConf->GetValueRef("displaySignalStrength"))); - Add(new cMenuEditBoolItem(tr("Display Channel Source information"), tmpConf->GetValueRef("displaySourceInfo"))); + Add(new cMenuEditBoolItem(tr("Display Channel Source & Rec. Info"), tmpConf->GetValueRef("displaySourceInfo"))); Add(new cMenuEditBoolItem(tr("Display Poster or Fanart from TVScraper"), tmpConf->GetValueRef("displayPoster"))); if (tmpConf->GetValue("displayPoster")) { Add(new cMenuEditIntItem(cString::sprintf("%s%s", *spacer, tr("Border in Pixel")), tmpConf->GetValueRef("channelPosterBorder"), 0, 200)); |