https://git.reactos.org/?p=reactos.git;a=commitdiff;h=216b702fb691a18cc60be…
commit 216b702fb691a18cc60bedd2867c1085be2912bf
Author: Kyle Katarn <contact(a)kcsoftwares.com>
AuthorDate: Fri Apr 24 16:27:07 2020 +0200
Commit: GitHub <noreply(a)github.com>
CommitDate: Fri Apr 24 17:27:07 2020 +0300
[INTL] Translate hardcoded string (#2654)
CORE-16951
---
dll/cpl/intl/advanced.c | 3 +--
dll/cpl/intl/lang/bg-BG.rc | 2 +-
dll/cpl/intl/lang/cs-CZ.rc | 1 +
dll/cpl/intl/lang/de-DE.rc | 1 +
dll/cpl/intl/lang/en-US.rc | 1 +
dll/cpl/intl/lang/es-ES.rc | 2 +-
dll/cpl/intl/lang/fr-FR.rc | 2 +-
dll/cpl/intl/lang/he-IL.rc | 2 +-
dll/cpl/intl/lang/id-ID.rc | 1 +
dll/cpl/intl/lang/it-IT.rc | 2 +-
dll/cpl/intl/lang/ja-JP.rc | 1 +
dll/cpl/intl/lang/no-NO.rc | 2 +-
dll/cpl/intl/lang/pl-PL.rc | 1 +
dll/cpl/intl/lang/pt-BR.rc | 1 +
dll/cpl/intl/lang/pt-PT.rc | 2 +-
dll/cpl/intl/lang/ro-RO.rc | 1 +
dll/cpl/intl/lang/ru-RU.rc | 1 +
dll/cpl/intl/lang/sk-SK.rc | 2 +-
dll/cpl/intl/lang/sq-AL.rc | 1 +
dll/cpl/intl/lang/tr-TR.rc | 1 +
dll/cpl/intl/lang/uk-UA.rc | 1 +
dll/cpl/intl/lang/zh-CN.rc | 2 +-
dll/cpl/intl/lang/zh-TW.rc | 2 +-
dll/cpl/intl/resource.h | 2 +-
24 files changed, 24 insertions(+), 13 deletions(-)
diff --git a/dll/cpl/intl/advanced.c b/dll/cpl/intl/advanced.c
index dd42d3fc70e..ddd1c09e901 100644
--- a/dll/cpl/intl/advanced.c
+++ b/dll/cpl/intl/advanced.c
@@ -316,8 +316,7 @@ SaveFontSubstitutionSettings(
if (!SetupInstallFromInfSectionW(hwnd, hFontInf, szSection, SPINST_REGISTRY & ~SPINST_FILES,
NULL, NULL, 0, NULL, NULL, NULL, NULL))
{
- MessageBoxW(hwnd, L"Unable to install a new language for programs don't support unicode!",
- NULL, MB_ICONERROR | MB_OK);
+ PrintErrorMsgBox(IDS_ERROR_UNICODE);
}
SetupCloseInfFile(hFontInf);
diff --git a/dll/cpl/intl/lang/bg-BG.rc b/dll/cpl/intl/lang/bg-BG.rc
index c5c278d9e58..b375bb57e8e 100644
--- a/dll/cpl/intl/lang/bg-BG.rc
+++ b/dll/cpl/intl/lang/bg-BG.rc
@@ -213,5 +213,5 @@ BEGIN
IDS_ERROR_NLS_KEY_REG "Problem opening key: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
IDS_ERROR_NLS_CODE_REG "Problem opening key: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+ IDS_ERROR_UNICODE "Unable to install a new language for programs don't support unicode!"
END
-
diff --git a/dll/cpl/intl/lang/cs-CZ.rc b/dll/cpl/intl/lang/cs-CZ.rc
index df203eecfea..4d3c826742c 100644
--- a/dll/cpl/intl/lang/cs-CZ.rc
+++ b/dll/cpl/intl/lang/cs-CZ.rc
@@ -218,4 +218,5 @@ BEGIN
IDS_ERROR_NLS_KEY_REG "Problém při otevírání klíče: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
IDS_ERROR_NLS_CODE_REG "Problém při otevírání klíče: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
IDS_ERROR_INPUT_DLL "Nebylo možné spustit input.dll"
+ IDS_ERROR_UNICODE "Unable to install a new language for programs don't support unicode!"
END
diff --git a/dll/cpl/intl/lang/de-DE.rc b/dll/cpl/intl/lang/de-DE.rc
index 5cae8fd0375..16471f8b08a 100644
--- a/dll/cpl/intl/lang/de-DE.rc
+++ b/dll/cpl/intl/lang/de-DE.rc
@@ -214,4 +214,5 @@ BEGIN
IDS_ERROR_NLS_KEY_REG "Der Schlüssel HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language konnte nicht geöffnet werden."
IDS_ERROR_NLS_CODE_REG "Der Schlüssel HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage konnte nicht geöffnet werden."
IDS_ERROR_INPUT_DLL "Die Datei input.dll konnte nicht geladen werden."
+ IDS_ERROR_UNICODE "Unable to install a new language for programs don't support unicode!"
END
diff --git a/dll/cpl/intl/lang/en-US.rc b/dll/cpl/intl/lang/en-US.rc
index 3951b3e6705..62b2bd1b315 100644
--- a/dll/cpl/intl/lang/en-US.rc
+++ b/dll/cpl/intl/lang/en-US.rc
@@ -213,4 +213,5 @@ BEGIN
IDS_ERROR_NLS_KEY_REG "Problem opening key: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
IDS_ERROR_NLS_CODE_REG "Problem opening key: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+ IDS_ERROR_UNICODE "Unable to install a new language for programs don't support unicode!"
END
diff --git a/dll/cpl/intl/lang/es-ES.rc b/dll/cpl/intl/lang/es-ES.rc
index 7433a7bcf13..0d19b4dc4e1 100644
--- a/dll/cpl/intl/lang/es-ES.rc
+++ b/dll/cpl/intl/lang/es-ES.rc
@@ -215,5 +215,5 @@ BEGIN
IDS_ERROR_NLS_KEY_REG "Hubo un problema al abrir la clave del Registro: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
IDS_ERROR_NLS_CODE_REG "Hubo un problema al abrir la clave del Registro: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
IDS_ERROR_INPUT_DLL "No se pudo iniciar input.dll"
+ IDS_ERROR_UNICODE "Unable to install a new language for programs don't support unicode!"
END
-
diff --git a/dll/cpl/intl/lang/fr-FR.rc b/dll/cpl/intl/lang/fr-FR.rc
index bd29574e6a8..1a7ba32b359 100644
--- a/dll/cpl/intl/lang/fr-FR.rc
+++ b/dll/cpl/intl/lang/fr-FR.rc
@@ -215,5 +215,5 @@ BEGIN
IDS_ERROR_NLS_KEY_REG "Problem opening key: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
IDS_ERROR_NLS_CODE_REG "Problem opening key: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+ IDS_ERROR_UNICODE "Impossible d'installer une nouvelle langue pour les programmes ne supportant pas l'unicode!"
END
-
diff --git a/dll/cpl/intl/lang/he-IL.rc b/dll/cpl/intl/lang/he-IL.rc
index a62ae834423..381925a9224 100644
--- a/dll/cpl/intl/lang/he-IL.rc
+++ b/dll/cpl/intl/lang/he-IL.rc
@@ -215,5 +215,5 @@ BEGIN
IDS_ERROR_NLS_KEY_REG "Problem opening key: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
IDS_ERROR_NLS_CODE_REG "Problem opening key: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+ IDS_ERROR_UNICODE "Unable to install a new language for programs don't support unicode!"
END
-
diff --git a/dll/cpl/intl/lang/id-ID.rc b/dll/cpl/intl/lang/id-ID.rc
index 300d42407a6..5d2ff8fcf67 100644
--- a/dll/cpl/intl/lang/id-ID.rc
+++ b/dll/cpl/intl/lang/id-ID.rc
@@ -213,4 +213,5 @@ BEGIN
IDS_ERROR_NLS_KEY_REG "Masalah membuka kunci: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
IDS_ERROR_NLS_CODE_REG "Masalah membuka kunci: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
IDS_ERROR_INPUT_DLL "Tidak bisa memulai input.dll"
+ IDS_ERROR_UNICODE "Unable to install a new language for programs don't support unicode!"
END
diff --git a/dll/cpl/intl/lang/it-IT.rc b/dll/cpl/intl/lang/it-IT.rc
index 2d29c423bd0..9547adb4da5 100644
--- a/dll/cpl/intl/lang/it-IT.rc
+++ b/dll/cpl/intl/lang/it-IT.rc
@@ -216,5 +216,5 @@ BEGIN
IDS_ERROR_NLS_KEY_REG "Problem opening key: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
IDS_ERROR_NLS_CODE_REG "Problem opening key: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+ IDS_ERROR_UNICODE "Unable to install a new language for programs don't support unicode!"
END
-
diff --git a/dll/cpl/intl/lang/ja-JP.rc b/dll/cpl/intl/lang/ja-JP.rc
index 83e27d5d355..8fdfe5c041b 100644
--- a/dll/cpl/intl/lang/ja-JP.rc
+++ b/dll/cpl/intl/lang/ja-JP.rc
@@ -213,4 +213,5 @@ BEGIN
IDS_ERROR_NLS_KEY_REG "問題の開いているキー: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
IDS_ERROR_NLS_CODE_REG "問題の開いているキー: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
IDS_ERROR_INPUT_DLL "input.dllを開始できません"
+ IDS_ERROR_UNICODE "Unable to install a new language for programs don't support unicode!"
END
diff --git a/dll/cpl/intl/lang/no-NO.rc b/dll/cpl/intl/lang/no-NO.rc
index 0e67330ed07..b9fc4345795 100644
--- a/dll/cpl/intl/lang/no-NO.rc
+++ b/dll/cpl/intl/lang/no-NO.rc
@@ -213,5 +213,5 @@ BEGIN
IDS_ERROR_NLS_KEY_REG "Problem opening key: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
IDS_ERROR_NLS_CODE_REG "Problem opening key: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+ IDS_ERROR_UNICODE "Unable to install a new language for programs don't support unicode!"
END
-
diff --git a/dll/cpl/intl/lang/pl-PL.rc b/dll/cpl/intl/lang/pl-PL.rc
index e0badd936da..4d5a832b97d 100644
--- a/dll/cpl/intl/lang/pl-PL.rc
+++ b/dll/cpl/intl/lang/pl-PL.rc
@@ -221,4 +221,5 @@ BEGIN
IDS_ERROR_NLS_KEY_REG "Problem z otwarciem klucza: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
IDS_ERROR_NLS_CODE_REG "Problem z otwarciem klucza: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
IDS_ERROR_INPUT_DLL "Nie można uruchomić input.dll"
+ IDS_ERROR_UNICODE "Unable to install a new language for programs don't support unicode!"
END
diff --git a/dll/cpl/intl/lang/pt-BR.rc b/dll/cpl/intl/lang/pt-BR.rc
index 585a56d1241..de56be8c0f2 100644
--- a/dll/cpl/intl/lang/pt-BR.rc
+++ b/dll/cpl/intl/lang/pt-BR.rc
@@ -210,4 +210,5 @@ BEGIN
IDS_ERROR_NLS_KEY_REG "Erro ao abrir a chave: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
IDS_ERROR_NLS_CODE_REG "Erro ao abrir a chave: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
IDS_ERROR_INPUT_DLL "Não foi possível iniciar input.dll"
+ IDS_ERROR_UNICODE "Unable to install a new language for programs don't support unicode!"
END
diff --git a/dll/cpl/intl/lang/pt-PT.rc b/dll/cpl/intl/lang/pt-PT.rc
index 493602fbef8..45db38c36d0 100644
--- a/dll/cpl/intl/lang/pt-PT.rc
+++ b/dll/cpl/intl/lang/pt-PT.rc
@@ -210,5 +210,5 @@ BEGIN
IDS_ERROR_NLS_KEY_REG "Erro ao abrir a chave: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
IDS_ERROR_NLS_CODE_REG "Erro ao abrir a chave: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
IDS_ERROR_INPUT_DLL "Não foi possível iniciar input.dll"
+ IDS_ERROR_UNICODE "Unable to install a new language for programs don't support unicode!"
END
-
diff --git a/dll/cpl/intl/lang/ro-RO.rc b/dll/cpl/intl/lang/ro-RO.rc
index dfc73f1c917..0012f907156 100644
--- a/dll/cpl/intl/lang/ro-RO.rc
+++ b/dll/cpl/intl/lang/ro-RO.rc
@@ -215,4 +215,5 @@ BEGIN
IDS_ERROR_NLS_KEY_REG "Problemă la deschiderea cheii: HKU\\.DEFAULT\\Control Panel\\International"
IDS_ERROR_NLS_CODE_REG "Problemă la deschiderea cheii: HKU\\.DEFAULT\\Control Panel\\International"
IDS_ERROR_INPUT_DLL "„input.dll” nu a putut fi încărcat!"
+ IDS_ERROR_UNICODE "Unable to install a new language for programs don't support unicode!"
END
diff --git a/dll/cpl/intl/lang/ru-RU.rc b/dll/cpl/intl/lang/ru-RU.rc
index 67b7f8cc989..194888c267e 100644
--- a/dll/cpl/intl/lang/ru-RU.rc
+++ b/dll/cpl/intl/lang/ru-RU.rc
@@ -214,4 +214,5 @@ BEGIN
IDS_ERROR_NLS_KEY_REG "Проблема открытия ключа: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
IDS_ERROR_NLS_CODE_REG "Проблема открытия ключа: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
IDS_ERROR_INPUT_DLL "Не удается запустить input.dll"
+ IDS_ERROR_UNICODE "Unable to install a new language for programs don't support unicode!"
END
diff --git a/dll/cpl/intl/lang/sk-SK.rc b/dll/cpl/intl/lang/sk-SK.rc
index c200c3b37bc..60d425d827f 100644
--- a/dll/cpl/intl/lang/sk-SK.rc
+++ b/dll/cpl/intl/lang/sk-SK.rc
@@ -219,5 +219,5 @@ BEGIN
IDS_ERROR_NLS_KEY_REG "Problem opening key: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
IDS_ERROR_NLS_CODE_REG "Problem opening key: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+ IDS_ERROR_UNICODE "Unable to install a new language for programs don't support unicode!"
END
-
diff --git a/dll/cpl/intl/lang/sq-AL.rc b/dll/cpl/intl/lang/sq-AL.rc
index b36cdb56a19..32bb02ac14c 100644
--- a/dll/cpl/intl/lang/sq-AL.rc
+++ b/dll/cpl/intl/lang/sq-AL.rc
@@ -217,4 +217,5 @@ BEGIN
IDS_ERROR_NLS_KEY_REG "Problem opening key: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
IDS_ERROR_NLS_CODE_REG "Problem opening key: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+ IDS_ERROR_UNICODE "Unable to install a new language for programs don't support unicode!"
END
diff --git a/dll/cpl/intl/lang/tr-TR.rc b/dll/cpl/intl/lang/tr-TR.rc
index fc2e4e4ff2d..e879b988923 100644
--- a/dll/cpl/intl/lang/tr-TR.rc
+++ b/dll/cpl/intl/lang/tr-TR.rc
@@ -215,4 +215,5 @@ BEGIN
IDS_ERROR_NLS_KEY_REG "HKU\\.DEFAULT\\Control Panel\\International dizinini açmada bir sorun oldu."
IDS_ERROR_NLS_CODE_REG "HKU\\.DEFAULT\\Control Panel\\International dizinini açmada bir sorun oldu."
IDS_ERROR_INPUT_DLL "input.dll başlatılamaz."
+ IDS_ERROR_UNICODE "Unable to install a new language for programs don't support unicode!"
END
diff --git a/dll/cpl/intl/lang/uk-UA.rc b/dll/cpl/intl/lang/uk-UA.rc
index 80ef1a76215..6ef54af377c 100644
--- a/dll/cpl/intl/lang/uk-UA.rc
+++ b/dll/cpl/intl/lang/uk-UA.rc
@@ -221,4 +221,5 @@ BEGIN
IDS_ERROR_NLS_KEY_REG "Problem opening key: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
IDS_ERROR_NLS_CODE_REG "Problem opening key: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+ IDS_ERROR_UNICODE "Unable to install a new language for programs don't support unicode!"
END
diff --git a/dll/cpl/intl/lang/zh-CN.rc b/dll/cpl/intl/lang/zh-CN.rc
index bec6d875d60..51023a58c55 100644
--- a/dll/cpl/intl/lang/zh-CN.rc
+++ b/dll/cpl/intl/lang/zh-CN.rc
@@ -218,5 +218,5 @@ BEGIN
IDS_ERROR_NLS_KEY_REG "问题打开项: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
IDS_ERROR_NLS_CODE_REG "问题打开项: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
IDS_ERROR_INPUT_DLL "无法启动 input.dll"
+ IDS_ERROR_UNICODE "Unable to install a new language for programs don't support unicode!"
END
-
diff --git a/dll/cpl/intl/lang/zh-TW.rc b/dll/cpl/intl/lang/zh-TW.rc
index 0a96176b13f..029476928f7 100644
--- a/dll/cpl/intl/lang/zh-TW.rc
+++ b/dll/cpl/intl/lang/zh-TW.rc
@@ -218,5 +218,5 @@ BEGIN
IDS_ERROR_NLS_KEY_REG "問題開啟項: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
IDS_ERROR_NLS_CODE_REG "問題開啟項: HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
IDS_ERROR_INPUT_DLL "無法啟動 input.dll"
+ IDS_ERROR_UNICODE "Unable to install a new language for programs don't support unicode!"
END
-
diff --git a/dll/cpl/intl/resource.h b/dll/cpl/intl/resource.h
index 2e5b759726e..554ab02d2a2 100644
--- a/dll/cpl/intl/resource.h
+++ b/dll/cpl/intl/resource.h
@@ -88,7 +88,7 @@
#define IDS_ERROR_SYMBOL_FORMAT_SHORT 1014
#define IDS_ERROR_SYMBOL_FORMAT_LONG 1015
#define IDS_ERROR_INPUT_DLL 1016
-
+#define IDS_ERROR_UNICODE 1017
#define IDS_APPLY_DEFAULT_TITLE 1100
#define IDS_APPLY_DEFAULT_TEXT 1101
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=268b21f92e833a096d814…
commit 268b21f92e833a096d814997c7059d1bae04a871
Author: Serge Gautherie <reactos-git_serge_171003(a)gautherie.fr>
AuthorDate: Sat Apr 18 16:40:42 2020 +0200
Commit: Stanislav Motylkov <x86corez(a)gmail.com>
CommitDate: Fri Apr 24 02:32:05 2020 +0300
[REACTOS] Remove some ending spaces
---
CONTRIBUTING.md | 6 +++---
CREDITS | 6 +++---
INSTALL | 4 ++--
README.md | 6 +++---
4 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 562785073a6..73ea943e487 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -7,8 +7,8 @@ There are several ways to contribute to the development of ReactOS. The most oft
- [Where To Start?](#where-to-start?)
**Legal notice:** If you have seen Microsoft Windows source code, your contribution won't be accepted because of potential copyright violation. Before contributing, you must affirm that the following is true:
->I hereby swear that I have not used nor seen the source code to any version of the Windows operating system
->nor any Microsoft product that may be related to the proposed project that is under a license incompatible
+>I hereby swear that I have not used nor seen the source code to any version of the Windows operating system
+>nor any Microsoft product that may be related to the proposed project that is under a license incompatible
>with contribution to ReactOS, including but not limited to the leaked Windows 2000 source code and the Windows Research Kernel.
## What To Do?
@@ -53,7 +53,7 @@ Since our [migration to GitHub] we gladly accept __[Pull Requests]__. Pull reque
### Patches
-A __[patch]__ is a set of changes to existing source code. The changes in a patch can be merged into existing source code. This process is referred to as applying a patch (to source code). Which changes a patch contains and the way the patch is structured can have significant impact on the consequences that can happen from applying the patch.
+A __[patch]__ is a set of changes to existing source code. The changes in a patch can be merged into existing source code. This process is referred to as applying a patch (to source code). Which changes a patch contains and the way the patch is structured can have significant impact on the consequences that can happen from applying the patch.
See [Submitting Patches] for details.
diff --git a/CREDITS b/CREDITS
index a5f36cb7e2d..f085df8cc22 100644
--- a/CREDITS
+++ b/CREDITS
@@ -44,11 +44,11 @@ Jason Eager
Jason Filby <jasonfilby(a)yahoo.com>
Jason Weiler
Jean Michault
-Jeffrey Morlan <mrnobo1024(a)yahoo.com>
+Jeffrey Morlan <mrnobo1024(a)yahoo.com>
Jerome Gardou <jerome.gardou(a)reactos.org>
Jim Noeth
Joachim Henze <joachim.henze(a)reactos.org>
-Johannes Anderwald <johannes.anderwald(a)reactos.org>
+Johannes Anderwald <johannes.anderwald(a)reactos.org>
Jonathan Wilson <jonwil(a)tpgi.com.au>
Jurgen van Gael <jurgen.vangael(a)student.kuleuven.ac.be>
Katayama Hirofumi MZ <katayama.hirofumi.mz(a)gmail.com>
@@ -93,6 +93,6 @@ Vizzini <vizzini(a)plasmic.com>
Graphic Design from
-Mindflyer <mf(a)mufunyo.net>
+Mindflyer <mf(a)mufunyo.net>
Tango Desktop Project <http://tango-project.org/>
Everaldo <https://www.everaldo.com/>
diff --git a/INSTALL b/INSTALL
index 997812d640e..33b1710b5cf 100644
--- a/INSTALL
+++ b/INSTALL
@@ -88,8 +88,8 @@ contents. Then burn the CD image, boot from it, and follow instructions.
-------
If you run into problems or have suggestions for making ReactOS better, please
-visit the address below. Mailing lists are available for a variety of topics,
-bugs should be submitted to JIRA and general chat takes place in the forums,
+visit the address below. Mailing lists are available for a variety of topics,
+bugs should be submitted to JIRA and general chat takes place in the forums,
or #reactos on freenode.
https://reactos.org/
diff --git a/README.md b/README.md
index 5185d1fe77c..f093644398f 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ You can always download fresh binary builds of bootable images from the ["Daily
## Installing
-By default, ReactOS currently can only be installed on a machine that has a FAT16 or FAT32 partition as the active (bootable) partition.
+By default, ReactOS currently can only be installed on a machine that has a FAT16 or FAT32 partition as the active (bootable) partition.
The partition on which ReactOS is to be installed (which may or may not be the bootable partition) must also be formatted as FAT16 or FAT32.
ReactOS Setup can format the partitions if needed.
@@ -102,10 +102,10 @@ You can also support ReactOS by [donating](https://reactos.org/donate/)! We rely
## More information
-ReactOS is a Free and Open Source operating system based on the Windows architecture,
+ReactOS is a Free and Open Source operating system based on the Windows architecture,
providing support for existing applications and drivers, and an alternative to the current dominant consumer operating system.
-It is not another wrapper built on Linux, like WINE. It does not attempt or plan to compete with WINE; in fact, the user-mode part of ReactOS is almost entirely WINE-based and our two teams have cooperated closely in the past.
+It is not another wrapper built on Linux, like WINE. It does not attempt or plan to compete with WINE; in fact, the user-mode part of ReactOS is almost entirely WINE-based and our two teams have cooperated closely in the past.
ReactOS is also not "yet another OS". It does not attempt to be a third player like any other alternative OS out there. People are not meant to uninstall Linux and use ReactOS instead; ReactOS is a replacement for Windows users who want a Windows replacement that behaves just like Windows.