diff options
| author | 2015-09-10 09:52:24 +0200 | |
|---|---|---|
| committer | 2015-09-10 20:39:05 +0200 | |
| commit | 5a2bc9261ca5104022ce64e00d0384791b0443d1 (patch) | |
| tree | f2ece3343495d8f1dd59c791b02aef9218270ebd /app/i18n/de/install.php | |
| parent | 55764935a71594fbe9354bfa0ca8888ca8d79c00 (diff) | |
fixed misleading i18n wording bug.
Diffstat (limited to 'app/i18n/de/install.php')
| -rw-r--r-- | app/i18n/de/install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/de/install.php b/app/i18n/de/install.php index 286272e71..9bada0869 100644 --- a/app/i18n/de/install.php +++ b/app/i18n/de/install.php @@ -27,9 +27,9 @@ return array( ), 'host' => 'Host', 'prefix' => 'Tabellen-Präfix', - 'password' => 'HTTP-Password', + 'password' => 'SQL-Password', 'type' => 'Datenbank-Typ', - 'username' => 'HTTP-Nutzername', + 'username' => 'SQL-Nutzername', ), 'check' => array( '_' => 'Überprüfungen', |
