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 + */ +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"