Changeset 33130


Ignore:
Timestamp:
02/17/15 20:37:17 (8 years ago)
Author:
Stephan
Message:

more cleanup

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/adjust.h

    r33085 r33130  
    6969        addchoicebox(secondinfobar, "0", _("no"));
    7070        addchoicebox(secondinfobar, "1", _("infobar"));
    71         addchoicebox(secondinfobar, "2", _("epg"));
     71        addchoicebox(secondinfobar, "2", _("EPG"));
    7272        addchoicebox(secondinfobar, "3", _("Channel EPG"));
    7373        setchoiceboxselection(secondinfobar, getconfig("secondinfobar", NULL));
  • titan/titan/httpdfunc.h

    r33085 r33130  
    37653765        else
    37663766                ostrcatbig(&buf, "<option value=\"2\">", &maxlen, &pos);
    3767         ostrcatbig(&buf, _("epg"), &maxlen, &pos);
     3767        ostrcatbig(&buf, _("EPG"), &maxlen, &pos);
    37683768        ostrcatbig(&buf, "</option>", &maxlen, &pos);
    37693769
Note: See TracChangeset for help on using the changeset viewer.