From e4e8da014b5138e7c5f37414cbec3fc70e6ef786 Mon Sep 17 00:00:00 2001 From: devochka Date: Mon, 31 Oct 2016 19:54:58 +0100 Subject: [PATCH] Update forms_CacheSettingsForm.php --- .../modules/admin/messages/ru/forms_CacheSettingsForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protected/humhub/modules/admin/messages/ru/forms_CacheSettingsForm.php b/protected/humhub/modules/admin/messages/ru/forms_CacheSettingsForm.php index cecac4a3a7..ae18f5fc3c 100644 --- a/protected/humhub/modules/admin/messages/ru/forms_CacheSettingsForm.php +++ b/protected/humhub/modules/admin/messages/ru/forms_CacheSettingsForm.php @@ -18,7 +18,7 @@ */ return [ 'APC' => 'APC', - 'Cache Backend' => 'Кеширование бекэнда', + 'Cache Backend' => 'Кэширование бэкенда', 'Default Expire Time (in seconds)' => 'Время ожидания по умолчанию (в секундах)', 'File' => 'Файл', 'No caching (Testing only!)' => 'Без кэширования (только тестирование!)',