fixed misleading i18n wording bug.

pull/982/head
Marcus Rohrmoser 9 years ago committed by Alexandre Alapetite
parent 55764935a7
commit 5a2bc9261c
  1. 4
      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',

Loading…
Cancel
Save