https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ff231236154d1ef35ed76…
commit ff231236154d1ef35ed76ba23d08071a209acadd
Author: Simon Dräger <20014538+C0nflict(a)users.noreply.github.com>
AuthorDate: Sun Feb 25 15:21:35 2018 +0100
Commit: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito(a)reactos.org>
CommitDate: Sun Feb 25 17:26:43 2018 +0100
[TRANSLATION] Minor German grammatical improvements
---
base/setup/reactos/lang/de-DE.rc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/base/setup/reactos/lang/de-DE.rc b/base/setup/reactos/lang/de-DE.rc
index 7287cfed83..c8aaea7d4a 100644
--- a/base/setup/reactos/lang/de-DE.rc
+++ b/base/setup/reactos/lang/de-DE.rc
@@ -106,13 +106,13 @@ BEGIN
LTEXT "Sie haben die erste Stufe des ReactOS-Setup erfolgreich abgeschlossen.", IDC_STATIC, 20, 50, 277, 10
LTEXT "Wenn Sie auf Beenden klicken, wird der Computer neu gestartet.", IDC_STATIC, 20, 80, 277, 10
CONTROL "", IDC_RESTART_PROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
- LTEXT "Wenn eine CD im Laufwerk ist, entfernen Sie sie. Klicken Sie zum Neustart auf Beenden.", IDC_STATIC, 10, 180, 297, 20
+ LTEXT "Wenn eine CD im Laufwerk ist, entfernen Sie diese. Klicken Sie zum Neustart auf Beenden.", IDC_STATIC, 10, 180, 297, 20
END
STRINGTABLE
BEGIN
IDS_TYPETITLE "Willkommen zum ReactOS-Setup"
- IDS_TYPESUBTITLE "Wählen Sie einen Setuptyp."
+ IDS_TYPESUBTITLE "Wählen Sie einen Setuptypen."
IDS_DEVICETITLE "Einstellen der Basisgeräte"
IDS_DEVICESUBTITLE "Einstellungen der Anzeigegeräte und der Tastatur."
IDS_DRIVETITLE "Richte Installationspartition und Systemverzeichnis ein"
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=509dd4e6452ff11addafb…
commit 509dd4e6452ff11addafb65f2ae16704b507445b
Author: Alexander Shaposhnikov <sanchaez(a)reactos.org>
AuthorDate: Sun Feb 25 16:14:41 2018 +0200
Commit: GitHub <noreply(a)github.com>
CommitDate: Sun Feb 25 16:14:41 2018 +0200
[CONTRIBUTING] Update .gitmessage
The template is made more clear and specific.
Added non-mandatory width hints.
---
.gitmessage | 34 ++++++++++++++++++----------------
1 file changed, 18 insertions(+), 16 deletions(-)
diff --git a/.gitmessage b/.gitmessage
index f0b7ea10e1..75664741de 100644
--- a/.gitmessage
+++ b/.gitmessage
@@ -1,20 +1,22 @@
-# [MODULE] A short but descriptive summary (#pr-num)
-
-# A comprehensible description of WHY you did this work.
+# Commit message example
+# ----------------------
+# [MODULE] A short but descriptive summary (#pr-num)
+#
+# A comprehensible description of WHY you did this work. Do not limit
+# yourself here.
+# The width of the description is arbitary, but it is a good idea to
+# wrap the text by 72 chars.
+#
# CORE-XXXX CIDXXXXX
-
+# ----------------------
# * [MODULE] should usually be the name of the CMake module, written
# in all caps.
-#
-# * Summary should be imperative (not past tense), and not end with
-# a period.
-#
-# * Description of commit should explain WHY a change was made.
-#
-# * JIRA, Coverity ID references should be placed at the bottom and
-# preceded by the newline.
-#
-# * Pull request should always be referenced in the summary in parens
-# unless it doesn't fit. In this case it should be placed after bug
-# IDs if any.
+# * Summary should be imperative (not past tense) and not end with a
+# period.
+# * Description of a commit should explain WHY a change was made.
+# * JIRA, Coverity ID references should be placed at the bottom row.
+# * There must be a newline between summary, description and bug IDs.
+# * GitHub Pull Request ID should be referenced in the summary in
+# parens. If the resulting summary is longer than 70 chars it may
+# be placed last in the ID row to prevent hard wrapping on GitHub.