summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-02-01 14:56:37 +0100
committerlouis <louis.braun@gmx.de>2014-02-01 14:56:37 +0100
commit67f1ab55632934ee94339999d4e671e23443a27e (patch)
tree89555379b9d3a713f52410e0b0e9c8b6db2c8297 /setup.c
parent31c7bd5756155eff46d24ffecb03afa61554ffc9 (diff)
downloadskin-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.c b/setup.c
index ac3f3d8..ddabdfd 100644
--- a/setup.c
+++ b/setup.c
@@ -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));