Changeset 11709


Ignore:
Timestamp:
11/27/11 14:47:28 (12 years ago)
Author:
obi
Message:

[tiatn] fix translation support on some files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/lnbconfig.h

    r11455 r11709  
    141141        changeinput(tonemode, NULL);
    142142        addchoicebox(tonemode, "0", _("Band"));
    143         addchoicebox(tonemode, "1", _("On"));
    144         addchoicebox(tonemode, "2", _("Off"));
     143        addchoicebox(tonemode, "1", _("on"));
     144        addchoicebox(tonemode, "2", _("off"));
    145145
    146146        changeinput(loftype, NULL);
Note: See TracChangeset for help on using the changeset viewer.