Changeset 33130
- Timestamp:
- 02/17/15 20:37:17 (8 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/adjust.h
r33085 r33130 69 69 addchoicebox(secondinfobar, "0", _("no")); 70 70 addchoicebox(secondinfobar, "1", _("infobar")); 71 addchoicebox(secondinfobar, "2", _(" epg"));71 addchoicebox(secondinfobar, "2", _("EPG")); 72 72 addchoicebox(secondinfobar, "3", _("Channel EPG")); 73 73 setchoiceboxselection(secondinfobar, getconfig("secondinfobar", NULL)); -
titan/titan/httpdfunc.h
r33085 r33130 3765 3765 else 3766 3766 ostrcatbig(&buf, "<option value=\"2\">", &maxlen, &pos); 3767 ostrcatbig(&buf, _(" epg"), &maxlen, &pos);3767 ostrcatbig(&buf, _("EPG"), &maxlen, &pos); 3768 3768 ostrcatbig(&buf, "</option>", &maxlen, &pos); 3769 3769
Note: See TracChangeset
for help on using the changeset viewer.