Ignore:
Timestamp:
Jul 15, 2016, 12:38:46 AM (8 years ago)
Author:
chronos
Message:
  • Modified: More translated strings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormAcronyms.pas

    r34 r45  
    6262  SRemoveAcronym = 'Remove acronym';
    6363  SRemoveAcronymQuery = 'Do you want to remove selected acronym?';
     64  STotal = 'Total';
     65  SFiltered = 'Filtered';
    6466
    6567
     
    248250  ListViewSort1.Refresh;
    249251  UpdateInterface;
    250   StatusBar1.Panels[0].Text := 'Total: ' + IntToStr(MeaningCount);
    251   StatusBar1.Panels[1].Text := 'Filtered: ' + IntToStr(ListViewAcronyms.Items.Count);
     252  StatusBar1.Panels[0].Text := STotal + ': ' + IntToStr(MeaningCount);
     253  StatusBar1.Panels[1].Text := SFiltered + ': ' + IntToStr(ListViewAcronyms.Items.Count);
    252254end;
    253255
Note: See TracChangeset for help on using the changeset viewer.