From ab52f3367a90a0e00efbeba5a74114515a7b44b8 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Wed, 29 Jun 2022 15:26:03 +0100 Subject: [PATCH] New translations editor.php (Russian) --- resources/lang/ru/editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/ru/editor.php b/resources/lang/ru/editor.php index 479b08fe2..9e91f572c 100644 --- a/resources/lang/ru/editor.php +++ b/resources/lang/ru/editor.php @@ -7,7 +7,7 @@ */ return [ // General editor terms - 'general' => 'Общее', + 'general' => 'Общие', 'advanced' => 'Дополнительно', 'none' => 'Нет', 'cancel' => 'Отмена',