https://git.reactos.org/?p=reactos.git;a=commitdiff;h=49e7649730d61cd7c4837386635b029cadd1a805
commit 49e7649730d61cd7c4837386635b029cadd1a805 Author: Adam Stachowicz <[email protected]> AuthorDate: Sun Apr 26 16:48:46 2020 +0200 Commit: GitHub <[email protected]> CommitDate: Sun Apr 26 16:48:46 2020 +0200 [INTL.CPL] Polish translation update (#2665) After PR #2654 --- dll/cpl/intl/lang/pl-PL.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/cpl/intl/lang/pl-PL.rc b/dll/cpl/intl/lang/pl-PL.rc index 4d5a832b97d..b6a0861e76a 100644 --- a/dll/cpl/intl/lang/pl-PL.rc +++ b/dll/cpl/intl/lang/pl-PL.rc @@ -221,5 +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!" + IDS_ERROR_UNICODE "Nie można zainstalować nowego języka dla programów nie obsługujących unicode!" END
