From 69e59c356fc2ae2479735527b7da761bb39b77e0 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Tue, 14 Sep 2021 11:31:25 +0300 Subject: [PATCH] translate currencies widget --- community/currencies-widget.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/currencies-widget.lua b/community/currencies-widget.lua index 5963897..26a4644 100644 --- a/community/currencies-widget.lua +++ b/community/currencies-widget.lua @@ -48,7 +48,7 @@ function on_network_result_prev(result) end function on_click(idx) - ui:show_edit_dialog("Введите дату курсов", "Введите дату курсов в формате 2020.12.31. Пустое значение - текущая дата.") + ui:show_edit_dialog("Enter the date", "Enter the date in the format 2020.12.31. A blank value is the current date.") end function on_dialog_action(dat)