https://git.reactos.org/?p=reactos.git;a=commitdiff;h=015fd3a72f26987cb3aa3…
commit 015fd3a72f26987cb3aa33336991a466b30b2ca3
Author: Stanislav Motylkov <x86corez(a)gmail.com>
AuthorDate: Wed Feb 23 18:34:48 2022 +0300
Commit: Stanislav Motylkov <x86corez(a)gmail.com>
CommitDate: Wed Feb 23 18:34:48 2022 +0300
[NOTEPAD] Fix Croatian (hr-HR) resource file
Addendum to e0fc48d6 (#4338).
---
base/applications/notepad/lang/{hr-Hr.rc => hr-HR.rc} | 8 +++++++-
base/applications/notepad/rsrc.rc | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/base/applications/notepad/lang/hr-Hr.rc
b/base/applications/notepad/lang/hr-HR.rc
similarity index 96%
rename from base/applications/notepad/lang/hr-Hr.rc
rename to base/applications/notepad/lang/hr-HR.rc
index cee444019a1..3424906023f 100644
--- a/base/applications/notepad/lang/hr-Hr.rc
+++ b/base/applications/notepad/lang/hr-HR.rc
@@ -1,5 +1,11 @@
-LANGUAGE LANG_CROATIAN, SUBLANG_DEFAULT
+/*
+ * PROJECT: ReactOS Notepad
+ * LICENSE: LGPL-2.1-or-later (
https://spdx.org/licenses/LGPL-2.1-or-later)
+ * PURPOSE: Croatian resource file
+ * TRANSLATORS: Copyright 2022 Andrej Bartulin <andrej.bartulinvr(a)gmail.com>
+ */
+LANGUAGE LANG_CROATIAN, SUBLANG_DEFAULT
ID_ACCEL ACCELERATORS
BEGIN
diff --git a/base/applications/notepad/rsrc.rc b/base/applications/notepad/rsrc.rc
index 7adcac3b944..d4f99a341cc 100644
--- a/base/applications/notepad/rsrc.rc
+++ b/base/applications/notepad/rsrc.rc
@@ -75,7 +75,7 @@ IDI_NPICON ICON "res/notepad.ico"
#include "lang/hi-IN.rc"
#endif
#ifdef LANGUAGE_HR_HR
- #include "lang/hr-Hr.rc"
+ #include "lang/hr-HR.rc"
#endif
#ifdef LANGUAGE_HU_HU
#include "lang/hu-HU.rc"