Changeset 27952


Ignore:
Timestamp:
03/26/14 04:01:23 (10 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r27944 r27952  
    66636663        if(flag == 0)
    66646664        {
    6665                 tmpstr = string_replace_all("Wed", _("Wednesday"), tmpstr, 1);
    6666 
    66676665                tmpstr = string_replace_all("Mon", _("Monday"), tmpstr, 1);
    66686666                tmpstr = string_replace_all("Tue", _("Tuesday"), tmpstr, 1);
    6669                 tmpstr = string_replace_all("(Wed)", _("Wednesday"), tmpstr, 1);
     6667                tmpstr = string_replace_all("Wed", _("Wednesday"), tmpstr, 1);
    66706668                tmpstr = string_replace_all("Thu", _("Thursday"), tmpstr, 1);
    66716669                tmpstr = string_replace_all("Fri", _("Friday"), tmpstr, 1);
Note: See TracChangeset for help on using the changeset viewer.