From 056d49097a355fcc817a7ba6ceb76148334d4eb1 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 20 Oct 2020 21:29:13 +0300 Subject: [PATCH] [SSE] Fix translation --- apps/spreadsheeteditor/main/locale/ru.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/locale/ru.json b/apps/spreadsheeteditor/main/locale/ru.json index 94dcbe259..f973540c3 100644 --- a/apps/spreadsheeteditor/main/locale/ru.json +++ b/apps/spreadsheeteditor/main/locale/ru.json @@ -1230,7 +1230,7 @@ "SSE.Views.AutoFilterDialog.txtLess": "Меньше...", "SSE.Views.AutoFilterDialog.txtLessEquals": "Меньше или равно...", "SSE.Views.AutoFilterDialog.txtNotBegins": "Не начинается с...", - "SSE.Views.AutoFilterDialog.txtNotBetween": "не между...", + "SSE.Views.AutoFilterDialog.txtNotBetween": "Не между...", "SSE.Views.AutoFilterDialog.txtNotContains": "Не содержит...", "SSE.Views.AutoFilterDialog.txtNotEnds": "Не оканчивается на...", "SSE.Views.AutoFilterDialog.txtNotEquals": "Не равно...",