Changeset 1049


Ignore:
Timestamp:
10/16/09 15:53:22 (2 years ago)
Author:
james
Message:

don't add full stops at ends of lines with :D smiley

File:
1 edited

Legend:

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

    r1045 r1049  
    5555    } 
    5656 
    57     if [regexp -nocase {^[a-z].*[a-z0-9]$} $line] { 
     57    if [regexp -nocase {^[a-z].*[^:][a-z0-9]$} $line] { 
    5858      append line "." 
    5959    } 
Note: See TracChangeset for help on using the changeset viewer.