[pl translation] Structural/DependencyInjection source msg fix.

This commit is contained in:
Piotr Grabski-Gradzinski
2017-06-30 14:55:41 +02:00
parent 820be188e7
commit e35e520968

View File

@@ -34,10 +34,10 @@ msgstr "Użycie"
#: ../../Structural/DependencyInjection/README.rst:13
msgid ""
"Configuration gets injected and ``Connection`` will get all that it needs "
"from ``$config``. Without DI, the configuration would be created directly in"
" ``Connection``, which is not very good for testing and extending "
"``Connection``."
"DatabaseConfiguration gets injected and ``DatabaseConnection`` will get all that it "
"needs from ``$config``. Without DI, the configuration would be created "
"directly in ``DatabaseConnection``, which is not very good for testing and "
"extending it."
msgstr ""
"Konfiguracja połączenia z bazą danych zostaje wstrzyknięta i obiekt klasy "
"``DatabaseConnection`` może pobrać wszystkie potrzebne parametry z tablicy ``$config``. "