https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8886a2261ae7bb3f438df…
commit 8886a2261ae7bb3f438dfb73cea356eca54e95d9
Author: Katayama Hirofumi MZ <katayama.hirofumi.mz(a)gmail.com>
AuthorDate: Wed Jan 30 14:59:10 2019 +0900
Commit: Katayama Hirofumi MZ <katayama.hirofumi.mz(a)gmail.com>
CommitDate: Wed Jan 30 14:59:10 2019 +0900
[USETUP] Improve lang/ReadMe.txt
---
base/setup/usetup/lang/ReadMe.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/base/setup/usetup/lang/ReadMe.txt b/base/setup/usetup/lang/ReadMe.txt
index 184e8e53de..eb6bd2ca51 100644
--- a/base/setup/usetup/lang/ReadMe.txt
+++ b/base/setup/usetup/lang/ReadMe.txt
@@ -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>.