Changeset 25921 for titan/plugins/readerconfig/readerconfig.h
- Timestamp:
- 02/06/14 20:45:33 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/readerconfig/readerconfig.h
r23675 r25921 308 308 if(file_exist("/mnt/swapextensions/keys/oscam.server")) 309 309 { 310 tmpmlist = addmenulist(&mlist, "Use config from Flash (permanent)", NULL, NULL, 0, 0);310 tmpmlist = addmenulist(&mlist, _("Use config from Flash (permanent)"), NULL, NULL, 0, 0); 311 311 changemenulistparam(tmpmlist, "/mnt/swapextensions", NULL, NULL, NULL); 312 312 free(tmpstr); tmpstr = NULL; … … 336 336 { 337 337 free(tmpstr); tmpstr = NULL; 338 mbox = menulistbox(mlist, NULL, "Choice Config File", NULL, NULL, 0, 0);338 mbox = menulistbox(mlist, NULL, _("Choice Config File"), NULL, NULL, 0, 0); 339 339 if(mbox != NULL) 340 340 tmpstr = ostrcat(mbox->param, NULL, 0, 0);
Note: See TracChangeset
for help on using the changeset viewer.