diff --git a/install/lang/pl/admin.php b/install/lang/pl/admin.php index b6a12822630..c8ec4562ca6 100644 --- a/install/lang/pl/admin.php +++ b/install/lang/pl/admin.php @@ -40,5 +40,5 @@ $string['cliunknowoption'] = 'Nieznane opcje: Proszę użyć opcji --help.'; $string['cliyesnoprompt'] = 'wpisz y (czyli tak) lub n (czyli nie)'; $string['environmentrequireinstall'] = 'jest niezbędne, aby było zainstalowane i włączone'; -$string['environmentrequireversion'] = 'wersja {$a->needed} jest niezbędna a ty używasz wersji {$a->current}'; +$string['environmentrequireversion'] = 'wymagana jest wersja {$a->needed}, a ty używasz wersji {$a->current}'; $string['upgradekeyset'] = 'Zaktualizuj klucz (pozostaw puste jeśli nie jest to skonfigurowane)';