From 2a7a011055a44516ec981e525776394a8c04dcfe Mon Sep 17 00:00:00 2001 From: louis Date: Tue, 9 Jul 2013 00:17:42 +0200 Subject: Version 0.0.6 --- footer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'footer.c') diff --git a/footer.c b/footer.c index 4c26336..7a19053 100644 --- a/footer.c +++ b/footer.c @@ -38,7 +38,7 @@ void cFooter::DrawButton(const char *text, tColor color, tColor borderColor, int } void cFooter::drawRedButton() { - cString text(tr("Set Timer")); + cString text(tr("Search & Rec")); DrawButton(*text, theme.Color(clrButtonRed), theme.Color(clrButtonRedBorder), 0); } @@ -78,4 +78,4 @@ void cFooter::UpdateGroupButtons(const cChannel *channel) { drawGreenButton(channelGroups->GetPrev(group)); drawYellowButton(channelGroups->GetNext(group)); } -} \ No newline at end of file +} -- cgit v1.2.3