Changeset 4:449e4604ec5e

Show
Ignore:
Timestamp:
02/09/10 02:26:33 (6 months ago)
Author:
sgk
Branch:
default
Message:

fix: typo

Location:
app/src/processing/app
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • app/src/processing/app/Resources_ja.po

    r2 r4  
    14031403msgid "" 
    14041404"\"{0}\" contains unrecognized characters.If this code was created with an " 
    1405 "older versi on of Processing,you may need to use Tools -> Fix Encoding & " 
     1405"older version of Processing,you may need to use Tools -> Fix Encoding & " 
    14061406"Reload to updatethe sketch to use UTF-8 encoding. If not, you may need " 
    14071407"todelete the bad characters to get rid of this warning." 
  • app/src/processing/app/SketchCode.java

    r1 r4  
    257257        I18n.format( 
    258258          _("\"{0}\" contains unrecognized characters." + 
    259             "If this code was created with an older versi on of Processing," + 
     259            "If this code was created with an older version of Processing," + 
    260260            "you may need to use Tools -> Fix Encoding & Reload to update" + 
    261261            "the sketch to use UTF-8 encoding. If not, you may need to" +