Ignore:
Timestamp:
06/19/09 16:28:12 (3 years ago)
Author:
james
Message:

how do i committed changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/en/output_VAR.tcl

    r998 r1010  
    9595                } 
    9696 
     97                if {[lsearch $options_list "past"] > -1} { 
     98                        set replacement [bMotion_make_past_tense $replacement] 
     99                } 
     100 
    97101                if {[lsearch $options_list "plural"] > -1} { 
    98102                        set replacement [bMotionMakePlural $replacement] 
Note: See TracChangeset for help on using the changeset viewer.