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

commit 1f3cee73e92b8c89d996436dceca577df87985a5
Author:     Konrad Dybcio <[email protected]>
AuthorDate: Wed Oct 26 02:27:00 2022 +0200
Commit:     Robert Naumann <[email protected]>
CommitDate: Wed Oct 26 14:54:53 2022 +0200

    [MMSYS] Fix English string in PL translation
    
    Signed-off-by: Konrad Dybcio <[email protected]>
---
 dll/cpl/mmsys/lang/pl-PL.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dll/cpl/mmsys/lang/pl-PL.rc b/dll/cpl/mmsys/lang/pl-PL.rc
index 478e36848bb..36cb6385520 100644
--- a/dll/cpl/mmsys/lang/pl-PL.rc
+++ b/dll/cpl/mmsys/lang/pl-PL.rc
@@ -193,7 +193,7 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | 
WS_VISIBLE | WS_CAPTION
 CAPTION "Dźwięk wielokanałowy"
 FONT 8, "MS Shell Dlg"
 BEGIN
-    LTEXT "By moving the sliders below you can adjust the volume of all 
speakers connected to this computer.", 9506, 8, 4, 212, 24
+    LTEXT "Przesuwając poniższe suwaki, możesz dostosować głośność wszystkich 
głośników podłączonych do tego komputera.", 9506, 8, 4, 212, 24
     LTEXT "Mała", 9473, 65, 31, 16, 8
     LTEXT "", 9472, 5, 31, 55, 8
     CONTROL "Slider1", 9475, "MSCTLS_TRACKBAR32", TBS_AUTOTICKS | 
TBS_DOWNISLEFT | WS_TABSTOP, 87, 29, 108, 17

Reply via email to