[USETUP] Improve lang/ReadMe.txt
[reactos.git] / base / setup / usetup / lang / ReadMe.txt
index 184e8e5..eb6bd2c 100644 (file)
@@ -4,7 +4,7 @@ code7bit: https://github.com/katahiromz/code7bit
 
 code7bit makes the string literals 8-bit clean.
 If source contains any non-8-bit-clean strings,
-non-latin developer cannot build the project.
+non-Latin developer cannot build the project on MSVC.
 
 8-bit clean
 https://en.wikipedia.org/wiki/8-bit_clean
@@ -12,4 +12,4 @@ https://en.wikipedia.org/wiki/8-bit_clean
 To edit a file converted by code7bit, you have to revert it at first.
 To revert, please execute code7bit -r <file>.
 
-After edit it, to convert again, please execute code7bit -c <file>.
+After edit, to convert again, please execute code7bit -c <file>.