Changeset 43254


Ignore:
Timestamp:
01/20/19 21:28:17 (5 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/system_update.h

    r43216 r43254  
    267267                                        else if(ostrstr(filelist->select->text, ".zip") != NULL)
    268268                                                msgtxt = ostrcat(msgtxt, _("starting Full Update ?"), 1, 0);
     269                                        else if(ostrstr(filelist->select->text, ".nfi") != NULL)
     270                                                msgtxt = ostrcat(msgtxt, _("starting Nfi Update ?"), 1, 0);
     271
    269272                                }
    270273
Note: See TracChangeset for help on using the changeset viewer.