https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fa0c63bc4824ec8c6e850ca54b486003d96b5eb8
commit fa0c63bc4824ec8c6e850ca54b486003d96b5eb8 Author: Piotr Hetnarowicz <[email protected]> AuthorDate: Tue Mar 2 19:10:26 2021 +0100 Commit: GitHub <[email protected]> CommitDate: Tue Mar 2 19:10:26 2021 +0100 [SOLITAIRE] Update Polish [pl-PL] translation (#3496) --- base/applications/games/solitaire/lang/pl-PL.rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/applications/games/solitaire/lang/pl-PL.rc b/base/applications/games/solitaire/lang/pl-PL.rc index af7615ff881..1cc70b5f4df 100644 --- a/base/applications/games/solitaire/lang/pl-PL.rc +++ b/base/applications/games/solitaire/lang/pl-PL.rc @@ -6,6 +6,7 @@ * Updated by Saibamen - Adam Stachowicz ([email protected]) (Apr, 2011) * UTF-8 conversion by Caemyr (May, 2011) * updated by Wojciech Kozłowski ([email protected]) (April, 2014) + * Updated by Piotr Hetnarowicz <[email protected]> (March, 2021) */ LANGUAGE LANG_POLISH, SUBLANG_DEFAULT @@ -73,7 +74,7 @@ BEGIN BEGIN MENUITEM "&Rozdaj\tF2", IDM_GAME_NEW MENUITEM SEPARATOR - MENUITEM "&Undo", IDM_GAME_UNDO, GRAYED + MENUITEM "&Cofnij", IDM_GAME_UNDO, GRAYED MENUITEM "&Talia...", IDM_GAME_DECK MENUITEM "&Opcje...", IDM_GAME_OPTIONS MENUITEM SEPARATOR
