https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bd33e6b26f632e453d89809e4b3ad4eb84fe9f84

commit bd33e6b26f632e453d89809e4b3ad4eb84fe9f84
Author:     Adam Stachowicz <[email protected]>
AuthorDate: Thu Apr 30 12:37:31 2020 +0200
Commit:     GitHub <[email protected]>
CommitDate: Thu Apr 30 13:37:31 2020 +0300

    [SHELL32] Update Polish translation (#2700)
    
    Addendum to 8f3079c.
---
 dll/win32/shell32/lang/pl-PL.rc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dll/win32/shell32/lang/pl-PL.rc b/dll/win32/shell32/lang/pl-PL.rc
index 98b68baa8f4..42e6da56d2d 100644
--- a/dll/win32/shell32/lang/pl-PL.rc
+++ b/dll/win32/shell32/lang/pl-PL.rc
@@ -98,8 +98,8 @@ IDM_RECENTMENUHEAD MENU
 BEGIN
     POPUP ""
     BEGIN
-        MENUITEM "My Documents", IDM_MYDOCUMENTS
-        MENUITEM "My Pictures", IDM_MYPICTURES
+        MENUITEM "Moje dokumenty", IDM_MYDOCUMENTS
+        MENUITEM "Moje obrazy", IDM_MYPICTURES
         MENUITEM SEPARATOR
     END
 END

Reply via email to