diff options
| author | 2016-10-22 13:28:53 +0200 | |
|---|---|---|
| committer | 2016-10-22 13:28:53 +0200 | |
| commit | 9f043a701fb26a0e6150b2ad2b1c723e90b0c965 (patch) | |
| tree | fbbdaf398fdf93f3365db8f392822f6808da651d /app/i18n/ru/install.php | |
| parent | 40b5d3f933e27f37894f58f99c63409f2cdd2d5a (diff) | |
i18n install corrections
https://github.com/FreshRSS/FreshRSS/issues/1328#issuecomment-255519363
Diffstat (limited to 'app/i18n/ru/install.php')
| -rw-r--r-- | app/i18n/ru/install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/ru/install.php b/app/i18n/ru/install.php index 925601011..bad59bbb3 100644 --- a/app/i18n/ru/install.php +++ b/app/i18n/ru/install.php @@ -25,9 +25,9 @@ return array( ), 'host' => 'Хост', 'prefix' => 'Префикс таблицы', - 'password' => 'Пароль HTTP', + 'password' => 'Пароль базы данных', 'type' => 'Тип базы данных', - 'username' => 'Имя пользователя HTTP', + 'username' => 'Имя пользователя базы данных', ), 'check' => array( '_' => 'Проверки', |
