Skip to content

Commit

Permalink
Fix French English
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Aug 9, 2014
1 parent fa2dbae commit 84be04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.ml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ module MetaInfo = struct
| CppFileCode -> ":cppFileCode",("",[Platform Cpp])
| CppNamespaceCode -> ":cppNamespaceCode",("",[Platform Cpp])
| CsNative -> ":csNative",("Automatically added by -net-lib on classes generated from .NET DLL files",[Platform Cs; UsedOnEither[TClass;TEnum]; Internal])
| Dce -> ":dce",("Forces dead code elimination even when not -dce full is specified",[UsedOnEither [TClass;TEnum]])
| Dce -> ":dce",("Forces dead code elimination even when -dce full is not specified",[UsedOnEither [TClass;TEnum]])
| Debug -> ":debug",("Forces debug information to be generated into the Swf even without -debug",[UsedOnEither [TClass;TClassField]; Platform Flash])
| Decl -> ":decl",("",[Platform Cpp])
| DefParam -> ":defParam",("?",[])
Expand Down

0 comments on commit 84be04d

Please sign in to comment.