diff options
Diffstat (limited to 'footer.c')
-rw-r--r-- | footer.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 +}
|