Ignore:
Timestamp:
03/09/14 18:30:00 (10 years ago)
Author:
obi
Message:

titan update source for lost translations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/ard.h

    r25161 r27270  
    131131
    132132        if(searchstr == NULL)
    133                 search = textinputhist("Search", " ", "searchhist");
     133                search = textinputhist(_("Search"), " ", "searchhist");
    134134        else
    135                 search = textinputhist("Search", searchstr, "searchhist");
     135                search = textinputhist(_("Search"), searchstr, "searchhist");
    136136
    137137        if(search != NULL)
Note: See TracChangeset for help on using the changeset viewer.